William Cheng 7258b3c171
Fix allOf with a single $ref (#16096)
* new test

* fix allOf with a single ref in inline model resolver
2023-07-14 19:54:58 +08:00

731 B

NewPet

Properties

Name Type Description Notes
id Long [optional]
categoryInlineAllof NewPetCategoryInlineAllof [optional]
categoryAllOfRef Category [optional]
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"