Commit 7e90ba7e authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Jérome Perrin

default all-inclusive-file updated: title key for all distribution types

parent d0e02bca
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"distributionTypes" : { "distributionTypes" : {
"_fixed" : { "_fixed" : {
"description" : "Fixed", "description" : "Fixed",
"title" : "Fixed",
"type" : "object", "type" : "object",
"properties" : { "properties" : {
"mean" : { "mean" : {
...@@ -15,6 +16,7 @@ ...@@ -15,6 +16,7 @@
}, },
"_exp" : { "_exp" : {
"type" : "object", "type" : "object",
"title": "Exp",
"description" : "Exponential", "description" : "Exponential",
"properties" : { "properties" : {
"mean" : { "mean" : {
...@@ -26,6 +28,7 @@ ...@@ -26,6 +28,7 @@
}, },
"_normal" : { "_normal" : {
"type" : "object", "type" : "object",
"title" : "Normal",
"description" : "Normal", "description" : "Normal",
"properties" : { "properties" : {
"mean" : { "mean" : {
...@@ -42,6 +45,7 @@ ...@@ -42,6 +45,7 @@
}, },
"_lognormal" : { "_lognormal" : {
"type" : "object", "type" : "object",
"title" : "Lognormal",
"description" : "Lognormal", "description" : "Lognormal",
"properties" : { "properties" : {
"mean" : { "mean" : {
...@@ -60,6 +64,7 @@ ...@@ -60,6 +64,7 @@
}, },
"_binomial" : { "_binomial" : {
"type" : "object", "type" : "object",
"title" : "Binomial",
"description" : "Binomial", "description" : "Binomial",
"properties" : { "properties" : {
"mean" : { "mean" : {
...@@ -74,6 +79,7 @@ ...@@ -74,6 +79,7 @@
}, },
"_poisson" : { "_poisson" : {
"type" : "object", "type" : "object",
"title" : "Poisson",
"description" : "Poisson", "description" : "Poisson",
"properties" : { "properties" : {
"lambda" : { "lambda" : {
...@@ -84,7 +90,8 @@ ...@@ -84,7 +90,8 @@
}, },
"_logistic" : { "_logistic" : {
"type" : "object", "type" : "object",
"description" : "Logicist", "title" : "Logistic",
"description" : "Logistic",
"properties" : { "properties" : {
"location" : { "location" : {
"type" : "number", "type" : "number",
...@@ -100,6 +107,7 @@ ...@@ -100,6 +107,7 @@
}, },
"_caucy" : { "_caucy" : {
"type" : "object", "type" : "object",
"title" : "Caucy",
"description" : "Caucy", "description" : "Caucy",
"properties" : { "properties" : {
"location" : { "location" : {
...@@ -114,6 +122,7 @@ ...@@ -114,6 +122,7 @@
}, },
"_geometric" : { "_geometric" : {
"type" : "object", "type" : "object",
"title" : "Geometric",
"description" : "Geometric", "description" : "Geometric",
"properties" : { "properties" : {
"probability" : { "probability" : {
...@@ -125,6 +134,7 @@ ...@@ -125,6 +134,7 @@
}, },
"_gama" : { "_gama" : {
"type" : "object", "type" : "object",
"title" : "Gama",
"description" : "Gama", "description" : "Gama",
"properties" : { "properties" : {
"shape" : { "shape" : {
...@@ -141,6 +151,7 @@ ...@@ -141,6 +151,7 @@
}, },
"_weibull" : { "_weibull" : {
"type" : "object", "type" : "object",
"title" : "Weibull",
"description" : "Weibull", "description" : "Weibull",
"properties" : { "properties" : {
"shape" : { "shape" : {
...@@ -157,6 +168,7 @@ ...@@ -157,6 +168,7 @@
}, },
"_fixedFailure" : { "_fixedFailure" : {
"type" : "object", "type" : "object",
"title" : "Fixed",
"description" : "Fixed", "description" : "Fixed",
"properties" : { "properties" : {
"MTTF" : { "MTTF" : {
...@@ -180,10 +192,12 @@ ...@@ -180,10 +192,12 @@
}, },
"_no" : { "_no" : {
"type" : "object", "type" : "object",
"description" : "No" "title" : "No",
"description" : "None"
}, },
"_availability" : { "_availability" : {
"type" : "object", "type" : "object",
"title" : "Availability",
"description" : "Availability", "description" : "Availability",
"properties" : { "properties" : {
"MTTF" : { "MTTF" : {
......
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