Commit 4d3ca47f authored by Georgios Dagkakis's avatar Georgios Dagkakis

machine menu sorted

parent 27e57ab5
...@@ -285,23 +285,22 @@ ...@@ -285,23 +285,22 @@
"required": true, "required": true,
"type": "string" "type": "string"
}, },
"interruption": {
"properties": {
"failure": {
"$ref": "#/definitions/_failureDist",
"required": true
}
},
"type": "object"
},
"loadTime": {
"$ref": "#/definitions/_dist",
"required": true
},
"name": { "name": {
"default": "Machine", "default": "Machine",
"type": "string" "type": "string"
}, },
"processingTime": {
"$ref": "#/definitions/_dist",
"required": true
},
"setupTime": {
"$ref": "#/definitions/_dist",
"required": true
},
"loadTime": {
"$ref": "#/definitions/_dist",
"required": true
},
"operationType": { "operationType": {
"properties": { "properties": {
"load": { "load": {
...@@ -326,15 +325,16 @@ ...@@ -326,15 +325,16 @@
"processing" "processing"
], ],
"type": "object" "type": "object"
}, },
"processingTime": { "interruption": {
"$ref": "#/definitions/_dist", "properties": {
"required": true "failure": {
}, "$ref": "#/definitions/_failureDist",
"setupTime": { "required": true
"$ref": "#/definitions/_dist", }
"required": true },
} "type": "object"
}
}, },
"type": "object" "type": "object"
} }
......
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