We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d791c7b commit 45bd13eCopy full SHA for 45bd13e
example/source/pets.yml
@@ -93,10 +93,19 @@ components:
93
type: string
94
tag:
95
96
+ status:
97
+ $ref: "#/components/schemas/PetStatus"
98
Pets:
99
type: array
100
items:
101
$ref: "#/components/schemas/Pet"
102
+ PetStatus:
103
+ type: string
104
+ description: pet status in the store
105
+ enum:
106
+ - pending
107
+ - available
108
+ - sold
109
Error:
110
required:
111
- code
0 commit comments