schema.json: Switch to JSON Schema Draft-07

This commit is contained in:
Richard Kuhnt
2019-02-24 13:20:44 +01:00
parent 23e44f6ee3
commit aefba66bf5
+1 -1
View File
@@ -1,6 +1,6 @@
{
"$id": "http://scoop.sh/draft/schema#",
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"hashPattern": {