Skip to content

Commit

Permalink
Add Device_Information to MES Schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGodbehere committed Nov 5, 2024
1 parent 1b36f9a commit 53528ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MES/Operation-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"type": "string",
"format": "uuid"
},
"Device_Information": {
"$ref": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Common/Device_Information-v1.json"
},
"ActiveNonConformanceNr": {
"allOf": [
{
Expand Down
3 changes: 3 additions & 0 deletions MES/Step-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"type": "string",
"format": "uuid"
},
"Device_Information": {
"$ref": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Common/Device_Information-v1.json"
},
"ActualEndTime": {
"allOf": [
{
Expand Down
3 changes: 3 additions & 0 deletions MES/Work_Order-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"type": "string",
"format": "uuid"
},
"Device_Information": {
"$ref": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Common/Device_Information-v1.json"
},
"ActualEndTime": {
"allOf": [
{
Expand Down

0 comments on commit 53528ba

Please sign in to comment.