| Name | Type | Description | Notes |
|---|---|---|---|
| integerProp | Integer | ||
| numberProp | BigDecimal | ||
| booleanProp | Boolean | ||
| stringProp | String | ||
| dateProp | LocalDate | ||
| datetimeProp | OffsetDateTime | ||
| arrayNullableProp | List<Object> | ||
| arrayAndItemsNullableProp | List<Object> | ||
| arrayItemsNullable | List<Object> | ||
| objectNullableProp | Map<String, Object> | ||
| objectAndItemsNullableProp | Map<String, Object> | ||
| objectItemsNullable | Map<String, Object> | ||
| customRefEnum | NullableEnum | ||
| customEnum | CustomEnumEnum |
| Name | Value |
|---|---|
| CUSTOM | "custom" |