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,12 +328,9 @@ ...@@ -330,12 +328,9 @@
] ]
}, },
"_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" : {
"operationType" : {
"type" : "string", "type" : "string",
"enum" : [ "enum" : [
"Load", "Load",
...@@ -347,8 +342,6 @@ ...@@ -347,8 +342,6 @@
"MT-Setup-Processing" "MT-Setup-Processing"
] ]
} }
}
}
}, },
"edge" : { "edge" : {
"description" : "Base definition for edge", "description" : "Base definition for 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