Commit 710f8ec4 authored by Georgios Dagkakis's avatar Georgios Dagkakis

batch instance and model without operators updated

parent 7e16adbd
...@@ -486,10 +486,16 @@ ...@@ -486,10 +486,16 @@
"properties": { "properties": {
"id": { "id": {
"default": "M", "default": "M",
"name": "Unique Station Name",
"required": true, "required": true,
"type": "string", "type": "string"
"name": "Name"
}, },
"technology": {
"default": "M",
"name": "Operation",
"required": true,
"type": "string"
},
"processingTime": { "processingTime": {
"$ref": "#/definitions/_dist", "$ref": "#/definitions/_dist",
"description": "The time that this station needs in order to process a unit", "description": "The time that this station needs in order to process a unit",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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