minor updates to jobshop instance

parent b426be42
...@@ -644,6 +644,10 @@ ...@@ -644,6 +644,10 @@
}, { }, {
"name":"WP_ID", "name":"WP_ID",
"type":"string" "type":"string"
}, {
"name":"Completed",
"type":"string",
"enum": ["Yes", "No"]
} }
] ]
} }
...@@ -682,24 +686,20 @@ ...@@ -682,24 +686,20 @@
"name": "Part ID", "name": "Part ID",
"type": "string" "type": "string"
}, { }, {
"name": "Station ID", "name": "Sequence",
"type": "string" "type": "string"
}, { }, {
"name": "Personnel ID", "name": "task ID",
"type": "string" "type": "string"
}, { }, {
"name": "Sequence", "name": "Station ID",
"type": "string" "type": "string"
}, { }, {
"name": "task ID", "name": "Personnel ID",
"type": "string" "type": "string"
}, { }, {
"name": "Start time", "name": "Start time",
"type": "string", "type": "string",
"format": "date-time"
}, {
"name": "Finish time",
"type": "string",
"format": "date-time" "format": "date-time"
} }
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment