Update schema to 1.6 to disallow additional properties

Update schema to 1.6 to disallow additional properties in the
guidelines where possible.

Change-Id: I2bae41bfa7f4b45616ab7512d07c258001c5affd
This commit is contained in:
Chris Hoge
2016-08-17 10:53:50 -07:00
parent 4b0fa82537
commit 8efae7f639
4 changed files with 476 additions and 6 deletions

View File

@@ -41,11 +41,13 @@ commands=
jsonlint -s next.json
jsonlint -s 2015.07.json
jsonlint -s 2016.01.json
jsonlint -s 2016.08.json
jsonlint -s doc/source/schema/1.5.json
jsonlint -s doc/source/schema/1.6.json
[testenv:jsonschema]
commands=
jsonschema doc/source/schema/1.5.json -i next.json
jsonschema doc/source/schema/1.5.json -i 2015.07.json
jsonschema doc/source/schema/1.5.json -i 2016.01.json
jsonschema doc/source/schema/1.6.json -i 2016.08.json