corrected instances (default and JobShop)

parent be36f317
......@@ -464,11 +464,11 @@
"$ref" : "#/node"
}, {
"name":{
"type":"string",
"type":"string",
"default":"Decomposition"
},
"id":{
"type":"string",
"type":"string",
"default":"D"
}
}
......@@ -518,11 +518,11 @@
"$ref" : "#/Dream.MachineJobShop"
}, {
"name":{
"type":"string",
"type":"string",
"default":"Assembly"
},
"id":{
"type":"string",
"type":"string",
"default":"MA"
}
}
......@@ -712,7 +712,7 @@
}, {
"name" : "StationID",
"type" : "string"
}, {
}, {
"name":"Sequence",
"type":"string"
}, {
......@@ -830,7 +830,7 @@
"description" : "",
"_class" : "",
"input_id" : ""
}
},
"post_processing" : {
"description" : "",
"plugin_list" : [{
......@@ -884,10 +884,14 @@
]
},
"trace" : {
"default" : false,
"description" : "Create an excel trace file (true or false)",
"title" : "Output Trace",
"type" : "boolean"
"default": "No",
"enum": [
"No",
"Yes"
],
"description": "Create an excel trace file (Yes or No)",
"title": "OutputTrace",
"type": "string"
},
"seed" : {
"default" : "",
......
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