Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 372 Bytes

File metadata and controls

16 lines (8 loc) · 372 Bytes

Generic Properties

Decision

All the properties field (like privateProperties, extensibleProperties without a predefined schema should be expressed by a Map<String, Object> signature.

Rationale

These fields are meant to be as generic as possible to permit users to define their own type/structure.

Approach

Define them as Map<String, Object>.