Skip to content

Commit

Permalink
Update Press-v1.json
Browse files Browse the repository at this point in the history
JSON Validated
  • Loading branch information
JonHall101 authored Oct 31, 2024
1 parent 8aa9dd5 commit 20ffbfa
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions Press/Press-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}
}
}
],
]
},
"Cylinder_Position": {
"allOf": [
Expand All @@ -82,7 +82,7 @@
}
}
}
],
]
},
"Tool_Gap": {
"allOf": [
Expand All @@ -104,7 +104,7 @@
}
}
}
],
]
},
"Sequence_Step": {
"allOf": [
Expand All @@ -129,7 +129,7 @@
}
}
}
],
]
},
"Sequence_Timer": {
"allOf": [
Expand All @@ -151,7 +151,7 @@
}
}
}
],
]
},
"Step_Timer": {
"allOf": [
Expand All @@ -173,7 +173,7 @@
}
}
}
],
]
},
"Healthy": {
"allOf": [
Expand All @@ -192,7 +192,7 @@
}
}
}
],
]
},
"In_Auto_Sequence": {
"allOf": [
Expand All @@ -211,7 +211,7 @@
}
}
}
],
]
},
"Ejectors": {
"type": "object",
Expand All @@ -233,7 +233,7 @@
}
}
}
],
]
},
"Lowered": {
"allOf": [
Expand All @@ -252,20 +252,24 @@
}
}
}
],
]
}
},
"required": []
},
"Heaters": {
"uuid": "429529d2-fb55-4b07-80b8-a145d931fbef",
"index": 15,
"patternProperties": {
"^[a-zA-Z0-9_]*$": {
"$ref": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Press/Heater-v1.json"
}
},
"type": "object"
}
"uuid": "429529d2-fb55-4b07-80b8-a145d931fbef",
"index": 15,
"patternProperties": {
"^[a-zA-Z0-9_]*$": {
"$ref": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Press/Heater-v1.json"
}
},
"type": "object"
}
},
"required": [
"Schema_UUID",
"Instance_UUID"
]
}

0 comments on commit 20ffbfa

Please sign in to comment.