Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1009 Bytes

File metadata and controls

31 lines (19 loc) · 1009 Bytes

NewPet

Properties

Name Type Description Notes
id Long [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"