Commit 66c1fee3 authored by Jérome Perrin's avatar Jérome Perrin

Update JSONs to define TTF and TTR properly

parent 30e129cd
...@@ -918,10 +918,12 @@ ...@@ -918,10 +918,12 @@
}, },
"_failure": { "_failure": {
"properties": { "properties": {
"Time to Failure": { "TTF": {
"name": "Time to Failure",
"$ref": "#/definitions/_dist" "$ref": "#/definitions/_dist"
}, },
"Time to Repair": { "TTR": {
"name": "Time to Repair",
"$ref": "#/definitions/_dist" "$ref": "#/definitions/_dist"
}, },
"repairman": { "repairman": {
...@@ -1177,4 +1179,4 @@ ...@@ -1177,4 +1179,4 @@
"result": { "result": {
"result_list": [] "result_list": []
} }
} }
\ No newline at end of file
...@@ -873,10 +873,12 @@ ...@@ -873,10 +873,12 @@
}, },
"_failure": { "_failure": {
"properties": { "properties": {
"Time to Failure": { "TTF": {
"name": "Time to Failure",
"$ref": "#/definitions/_dist" "$ref": "#/definitions/_dist"
}, },
"Time to Repair": { "TTR": {
"name": "Time to Repair",
"$ref": "#/definitions/_dist" "$ref": "#/definitions/_dist"
}, },
"repairman": { "repairman": {
......
...@@ -171,10 +171,12 @@ ...@@ -171,10 +171,12 @@
"title": "Yes", "title": "Yes",
"description": "Fixed", "description": "Fixed",
"properties": { "properties": {
"Time to Failure": { "TTF": {
"name": "Time to Failure",
"$ref": "#/definitions/_dist" "$ref": "#/definitions/_dist"
}, },
"Time to Repair": { "TTR": {
"name": "Time to Repair",
"$ref": "#/definitions/_dist" "$ref": "#/definitions/_dist"
}, },
"repairman": { "repairman": {
......
...@@ -696,10 +696,12 @@ ...@@ -696,10 +696,12 @@
"_failure": { "_failure": {
"description": "Fixed", "description": "Fixed",
"properties": { "properties": {
"Time to Failure": { "TTF": {
"name": "Time to Failure",
"$ref": "#/definitions/_dist" "$ref": "#/definitions/_dist"
}, },
"Time to Repair": { "TTR": {
"name": "Time to Repair",
"$ref": "#/definitions/_dist" "$ref": "#/definitions/_dist"
}, },
"repairman": { "repairman": {
......
...@@ -46,10 +46,12 @@ ...@@ -46,10 +46,12 @@
}, },
"_failure": { "_failure": {
"properties": { "properties": {
"Time to Failure": { "TTF": {
"name": "Time to Failure",
"$ref": "#/definitions/_dist" "$ref": "#/definitions/_dist"
}, },
"Time to Repair": { "TTR": {
"name": "Time to Repair",
"$ref": "#/definitions/_dist" "$ref": "#/definitions/_dist"
}, },
"repairman": { "repairman": {
......
...@@ -46,10 +46,12 @@ ...@@ -46,10 +46,12 @@
}, },
"_failure": { "_failure": {
"properties": { "properties": {
"Time to Failure": { "TTF": {
"name": "Time to Failure",
"$ref": "#/definitions/_dist" "$ref": "#/definitions/_dist"
}, },
"Time to Repair": { "TTR": {
"name": "Time to Repair",
"$ref": "#/definitions/_dist" "$ref": "#/definitions/_dist"
}, },
"repairman": { "repairman": {
......
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