default empty example minor corrections

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