Skip to content

Commit

Permalink
Fix schema $id (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann authored Jun 16, 2018
1 parent 7a21bcc commit ab2fb41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion schemas/capability.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/channel.json",
"$id": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/capability.json",

"$comment": "This file is used by another schema file and should not be used directly as a JSON schema.",

Expand Down
2 changes: 1 addition & 1 deletion schemas/fixture-redirect.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture-redirect.json",

"version": "7.1.0",
"version": "7.1.1",

"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/fixture.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",

"version": "7.1.0",
"version": "7.1.1",

"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/manufacturers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/manufacturers.json",

"version": "7.1.0",
"version": "7.1.1",

"type": "object",
"propertyNames": {
Expand Down

0 comments on commit ab2fb41

Please sign in to comment.