Skip to content

Commit

Permalink
Hotfix - Correct Tower Light URLs (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
grigals authored Oct 12, 2023
2 parents fe915b9 + f0d3f36 commit e6608c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Indicators/Light-v1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Common/Light-v1.json",
"$id": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Indicators/Light-v1.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Light Indicator",
"description": "Schema for a light indicator with desired colour and ON/OFF state.",
Expand Down
4 changes: 2 additions & 2 deletions Indicators/Signal_Tower-v1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Common/Signal_Tower-v1.json",
"$id": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Indicators/Signal_Tower-v1.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Signal Tower",
"description": "Industrial signal tower/stack light schema with a user defined set of lights.",
Expand Down Expand Up @@ -29,7 +29,7 @@
"description": "List of lights.",
"patternProperties": {
"^[a-zA-Z0-9_]*$": {
"$ref": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Common/Light-v1.json"
"$ref": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Indicators/Light-v1.json"
}
}
},
Expand Down

0 comments on commit e6608c1

Please sign in to comment.