William Cheng 066a840dd8
Revert "fix ref to allOf wrapper, add tests (#19986)" (#20446)
This reverts commit 48e8375166d3ef4475450c97a61d0845c7d3ee00.
2025-01-11 19:17:21 +08:00

1009 B

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"