From 0ef941cb831e83c96c16b934ddc2ce936c4a8716 Mon Sep 17 00:00:00 2001 From: Nokome Bentley Date: Mon, 25 Mar 2019 16:35:38 +1300 Subject: [PATCH] fix: additionalItems should be additionalProperties --- schema/Document.schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/Document.schema.yaml b/schema/Document.schema.yaml index 88904ed611..aee8beef77 100644 --- a/schema/Document.schema.yaml +++ b/schema/Document.schema.yaml @@ -22,6 +22,6 @@ allOf: type: array items: $ref: Sheet.schema.yaml -additionalItems: false +additionalProperties: false required: - type