_no distribution is of type string. Correction in distribution types enumeration

parent 9b8ab043
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
} }
}, },
"_no" : { "_no" : {
"type" : "object", "type" : "string",
"title" : "No", "title" : "No",
"description" : "None" "description" : "None"
}, },
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
"Fixed", "Fixed",
"Exp", "Exp",
"Normal", "Normal",
"Longnormal", "Lognormal",
"Binomial", "Binomial",
"Poisson", "Poisson",
"Logistic", "Logistic",
......
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