Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 967 Bytes

File metadata and controls

34 lines (22 loc) · 967 Bytes

RequiredNullableBody

Properties

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

Enum: CustomEnumEnum

Name Value
CUSTOM "custom"