We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb58cd commit 5bdeea5Copy full SHA for 5bdeea5
examples/v2.0/json/uber.json
@@ -346,11 +346,9 @@
346
},
347
"history": {
348
"type": "array",
349
- "items": [
350
- {
+ "items": {
351
"$ref": "#/definitions/Activity"
352
- }
353
- ]
+ }
354
}
355
356
examples/v2.0/yaml/uber.yaml
@@ -261,7 +261,7 @@ definitions:
261
history:
262
type: array
263
items:
264
- - $ref: '#/definitions/Activity'
+ $ref: '#/definitions/Activity'
265
Error:
266
properties:
267
code:
0 commit comments