Skip to content

Commit

Permalink
schema.json: Switch to JSON Schema Draft-07
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Kuhnt committed Feb 24, 2019
1 parent 23e44f6 commit aefba66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit aefba66

Please sign in to comment.