2024-10-29 10:24:59 +08:00

1.2 KiB

NewPet

Properties

Name Type Description Notes
id Long [optional]
categoryRefToInlineAllofString String testing allOf with a ref to string [optional]
categoryInlineAllofString String testing allOf with a ref to string [optional]
categoryInlineAllof NewPetCategoryInlineAllof [optional]
categoryAllOfRef Category [optional]
categoryAllOfRefDescription Category Adding description to property using allOf [optional]
categoryAllOfRefDescriptionReadonly Category Adding description to readonly property using allOf [optional] [readonly]
name String
photoUrls List<String>
tags List<Tag> [optional]
status StatusEnum pet status in the store [optional]

Enum: StatusEnum

Name Value
AVAILABLE "available"
PENDING "pending"
SOLD "sold"