minor updates to jobshop instance

parent b426be42
......@@ -644,6 +644,10 @@
}, {
"name":"WP_ID",
"type":"string"
}, {
"name":"Completed",
"type":"string",
"enum": ["Yes", "No"]
}
]
}
......@@ -682,24 +686,20 @@
"name": "Part ID",
"type": "string"
}, {
"name": "Station ID",
"name": "Sequence",
"type": "string"
}, {
"name": "Personnel ID",
"name": "task ID",
"type": "string"
}, {
"name": "Sequence",
"name": "Station ID",
"type": "string"
}, {
"name": "task ID",
"name": "Personnel ID",
"type": "string"
}, {
"name": "Start time",
"type": "string",
"format": "date-time"
}, {
"name": "Finish time",
"type": "string",
"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