Commit ce04e5d8 authored by Jérome Perrin's avatar Jérome Perrin

JobShopAllInOneEmpty: fix syntax errors

parent 147db1c9
...@@ -343,7 +343,7 @@ ...@@ -343,7 +343,7 @@
"enum" : [ "enum" : [
"MT-Load", "MT-Load",
"MT-Load-Setup", "MT-Load-Setup",
"MT-Load-Setup-Processing", "MT-Load-Setup-Processing"
] ]
} }
} }
...@@ -427,9 +427,9 @@ ...@@ -427,9 +427,9 @@
] ]
}, },
"Dream.ConditionalBuffer":{ "Dream.ConditionalBuffer":{
"name" : "ConditionalBuffer" "name" : "ConditionalBuffer",
"_class":"node", "_class":"node",
"description" : "A buffer where entities can be hold until the next station is ready to process them and a certain condition is met", "description" : "A buffer where entities can be hold until the next station is ready to process them and a certain condition is met",
"allOf" : [{ "allOf" : [{
"$ref" : "#/node" "$ref" : "#/node"
}, { }, {
...@@ -517,7 +517,7 @@ ...@@ -517,7 +517,7 @@
"required" : true "required" : true
}, },
"operationType" : { "operationType" : {
"$ref" : "#/definitions/_operationType" "$ref" : "#/definitions/_operationType",
"required" : true "required" : true
} }
} }
...@@ -562,8 +562,8 @@ ...@@ -562,8 +562,8 @@
}, },
"schedulingRule" : { "schedulingRule" : {
"$ref" : "#/definitions/_schedulingRule", "$ref" : "#/definitions/_schedulingRule",
"required" : true "required" : true,
"default":"WT" // consider how to do it "default": "WT"
} }
} }
} }
...@@ -633,7 +633,7 @@ ...@@ -633,7 +633,7 @@
"type":"string" "type":"string"
}, { }, {
"name":"Sequence Number", "name":"Sequence Number",
"type":"string", "type":"string"
}, { }, {
"name":"Station Id", "name":"Station Id",
"type":"string" "type":"string"
......
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