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 @@
"id": {
"default": "M",
"required": true,
"type": "string"
},
"name": {
"default": "Machine",
"name": "Name",
"type": "string"
"type": "string",
"name": "Name"
},
"processingTime": {
"$ref": "#/definitions/_dist",
......@@ -1178,13 +1174,9 @@
"top": "number"
},
"type": "object"
},
"name": {
"type": "string"
}
},
"required": [
"name",
"_class"
],
"type": "object"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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