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": { "name": {
"properties": { "default": "Machine",
"failure": { "type": "string"
"$ref": "#/definitions/_failureDist", },
"processingTime": {
"$ref": "#/definitions/_dist",
"required": true "required": true
}
}, },
"type": "object" "setupTime": {
"$ref": "#/definitions/_dist",
"required": true
}, },
"loadTime": { "loadTime": {
"$ref": "#/definitions/_dist", "$ref": "#/definitions/_dist",
"required": true "required": true
}, },
"name": {
"default": "Machine",
"type": "string"
},
"operationType": { "operationType": {
"properties": { "properties": {
"load": { "load": {
...@@ -327,13 +326,14 @@ ...@@ -327,13 +326,14 @@
], ],
"type": "object" "type": "object"
}, },
"processingTime": { "interruption": {
"$ref": "#/definitions/_dist", "properties": {
"failure": {
"$ref": "#/definitions/_failureDist",
"required": true "required": true
}
}, },
"setupTime": { "type": "object"
"$ref": "#/definitions/_dist",
"required": true
} }
}, },
"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