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 63d580b commit 1d1eea3Copy full SHA for 1d1eea3
src/oas.md
@@ -1185,9 +1185,14 @@ name: json
1185
content:
1186
application/json:
1187
schema:
1188
- # Allow an arbitrary JSON object to keep
1189
- # the example simple
1190
type: object
+ properties:
+ numbers:
1191
+ type: array
1192
+ items:
1193
+ type: number
1194
+ flag:
1195
+ type: [boolean, "null"]
1196
examples:
1197
TwoNoFlag:
1198
description: Serialize with minimized whitespace
0 commit comments