openapi-generator/samples/client/petstore/java/okhttp-gson/docs/AllOfModelArrayAnyOfAllOfAttributesC.md
William Cheng 0401c46147
Fix missing objects when defining inline anyOf, or oneOf (#17141)
* better handling of composed schema in inline model resolver

* better handling of example
2023-11-20 10:24:57 +08:00

829 B

AllOfModelArrayAnyOfAllOfAttributesC

Properties

Name Type Description Notes
id Long [optional]
category Category [optional]
name String
photoUrls List<String>
tags List<Tag> [optional]
status StatusEnum Order Status [optional]
petId Long [optional]
quantity Integer [optional]
shipDate OffsetDateTime [optional]
complete Boolean [optional]

Enum: StatusEnum

Name Value
PLACED "placed"
APPROVED "approved"
DELIVERED "delivered"