Settings API - Complex property defaults schema table
Complex property defaults (builtin:example.complex-defaults
)
Showcase of complex property defaults.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:example.complex-defaults | - | environment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
propertyTypes | Property types | PropertyTypes | All supported property types with their default value | required |
propertyTypesDefault | Property types (different default) | PropertyTypes | All supported property types with overridden default | required |
propertyTypesDefaultList | List of property types (with defined default entry) | list | List of complex type with overridden default | required |
Request body objects
The AnimalComplex
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
animal | Animal | enum | - | required |
goodBoi | Is a good boi? | boolean | Of course he is | required |
The PropertyTypes
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
text | text property type | text | Property type: Java class: Default constraints:
Property type: Java class: Default constraints:
| required |
secret | secret property type | secret | Property type: Java class: Default constraints:
Property type: Java class: Default constraints:
| required |
boolean | boolean property type | boolean | Property type: Java class: Default constraints: - Property type: Java class: Default constraints: - | required |
float | float property type | float | Property type: Java class: Default constraints: - Property type: Java class: Default constraints: - | required |
integer | integer property type | integer | Property type: Java class: Default constraints: - Property type: Java class: Default constraints: - | required |
local_date_time | local_date_time property type | local_date_time | Property type: Java class: Default constraints: - Property type: Java class: Default constraints: - | required |
zoned_date_time | zoned_date_time property type | zoned_date_time | Property type: Java class: Default constraints: - Property type: Java class: Default constraints: - | required |
AnimalEnum | AnimalEnum property type | enum | Property type: Java class: Default constraints: - Property type: Java class: Default constraints: - | required |
AnimalComplex | AnimalComplex property type | AnimalComplex | Property type: Java class: Default constraints: - Property type: Java class: Default constraints: - | required |