Skip to content

Commit

Permalink
items array -> object
Browse files Browse the repository at this point in the history
  • Loading branch information
webron committed Jul 18, 2017
1 parent bda4218 commit 1eb22f0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions schemas/v3.0/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,9 @@ definitions:
- $ref: '#/definitions/Schema'
- $ref: '#/definitions/Reference'
items:
type: array
items:
oneOf:
- $ref: '#/definitions/Schema'
- $ref: '#/definitions/Reference'
oneOf:
- $ref: '#/definitions/Schema'
- $ref: '#/definitions/Reference'
properties:
type: object
additionalProperties:
Expand Down

0 comments on commit 1eb22f0

Please sign in to comment.