Commit a3541d8d authored by Georgios Dagkakis's avatar Georgios Dagkakis

batch models not to have id attr for machines (need to update queues in the future)

parent 9eb9bc07
...@@ -487,12 +487,8 @@ ...@@ -487,12 +487,8 @@
"id": { "id": {
"default": "M", "default": "M",
"required": true, "required": true,
"type": "string" "type": "string",
}, "name": "Name"
"name": {
"default": "Machine",
"name": "Name",
"type": "string"
}, },
"processingTime": { "processingTime": {
"$ref": "#/definitions/_dist", "$ref": "#/definitions/_dist",
...@@ -1178,13 +1174,9 @@ ...@@ -1178,13 +1174,9 @@
"top": "number" "top": "number"
}, },
"type": "object" "type": "object"
}, }
"name": {
"type": "string"
}
}, },
"required": [ "required": [
"name",
"_class" "_class"
], ],
"type": "object" "type": "object"
......
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