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

full_schema: remove some references to Dream.Property

parent 41f6c796
...@@ -49,13 +49,11 @@ ...@@ -49,13 +49,11 @@
"description" : "Lognormal", "description" : "Lognormal",
"properties" : { "properties" : {
"mean" : { "mean" : {
"_class" : "Dream.Property",
"name" : "Mean", "name" : "Mean",
"type" : "number", "type" : "number",
"default" : 0 "default" : 0
}, },
"stdev" : { "stdev" : {
"_class" : "Dream.Property",
"name" : "Standard Deviation", "name" : "Standard Deviation",
"type" : "number", "type" : "number",
"default" : 0 "default" : 0
...@@ -330,24 +328,19 @@ ...@@ -330,24 +328,19 @@
] ]
}, },
"_operationType" : { "_operationType" : {
"_class" : "Dream.PropertyList",
"name" : "Operation type", "name" : "Operation type",
"id" : "operationType", "id" : "operationType",
"description" : "the type of operations that are performed manually in the machine", "description" : "the type of operations that are performed manually in the machine",
"properties" : { "type" : "string",
"operationType" : { "enum" : [
"type" : "string", "Load",
"enum" : [ "Setup",
"Load", "Processing",
"Setup", "MT-Load",
"Processing", "MT-Load-Setup",
"MT-Load", "MT-Load-Setup-Processing",
"MT-Load-Setup", "MT-Setup-Processing"
"MT-Load-Setup-Processing", ]
"MT-Setup-Processing"
]
}
}
} }
}, },
"edge" : { "edge" : {
......
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