Skip to content

Latest commit

 

History

History
 
 

2023-08-07-generic-properties

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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>.