default empty example minor corrections

parent 60da9518
...@@ -5,11 +5,6 @@ ...@@ -5,11 +5,6 @@
"description" : "Fixed", "description" : "Fixed",
"type" : "object", "type" : "object",
"properties" : { "properties" : {
"distributionType" : {
"type" : "string",
"default" : "Fixed",
"required" : true
},
"mean" : { "mean" : {
"type" : "number", "type" : "number",
"default" : 0.75, "default" : 0.75,
...@@ -131,11 +126,6 @@ ...@@ -131,11 +126,6 @@
"type" : "object", "type" : "object",
"description" : "Gama", "description" : "Gama",
"properties" : { "properties" : {
"distributionType" : {
"type" : "string",
"default" : "Gama",
"required" : true
},
"shape" : { "shape" : {
"type" : "number", "type" : "number",
"default" : 0, "default" : 0,
...@@ -152,11 +142,6 @@ ...@@ -152,11 +142,6 @@
"type" : "object", "type" : "object",
"description" : "Weibull", "description" : "Weibull",
"properties" : { "properties" : {
"distributionType" : {
"type" : "string",
"default" : "Weibull",
"required" : true
},
"shape" : { "shape" : {
"type" : "number", "type" : "number",
"default" : 0, "default" : 0,
......
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