From bbe043c549b56176b3929c49531d2c902d7c4857 Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Mon, 13 Feb 2017 09:19:21 -0800 Subject: [PATCH] Fixed malformed 1.6.json schema The 1.6.json schema included an error where an additionalProperties tag was erroniously attached to a properties object, rather than an object definition. A recent update to jsonschema improved checking and flagged this previously uncaught error. This patch fixes the malformed schema, and does not materially change the content or intent of the original file. Change-Id: I42c35b65aa622a2ea7205a728e8431b4f0e6daf6 Closes-Bug: #1664113 --- doc/source/schema/1.6.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/schema/1.6.json b/doc/source/schema/1.6.json index 2f447b8d..0086f9c1 100644 --- a/doc/source/schema/1.6.json +++ b/doc/source/schema/1.6.json @@ -148,8 +148,7 @@ "$ref": "#/definitions/criteria" } } - }, - "additionalProperties": false + } }, "definitions": { "component": {