Skip to content

Commit

Permalink
fix: additionalItems should be additionalProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Mar 25, 2019
1 parent bc0ee65 commit 0ef941c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/Document.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ allOf:
type: array
items:
$ref: Sheet.schema.yaml
additionalItems: false
additionalProperties: false
required:
- type

0 comments on commit 0ef941c

Please sign in to comment.