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
This commit is contained in:
Chris Hoge 2017-02-13 09:19:21 -08:00
parent 2693ddb980
commit bbe043c549

View File

@ -148,8 +148,7 @@
"$ref": "#/definitions/criteria"
}
}
},
"additionalProperties": false
}
},
"definitions": {
"component": {