default all-inclusive file update. machines now have interruption>failure

parent f4865f49
......@@ -485,9 +485,14 @@
"$ref" : "#/definitions/_dist",
"required" : true
},
"failures" : {
"$ref" : "#/definitions/_failureDist",
"required" : true
"interruption" : {
"type": "object",
"properties" : {
"failure" : {
"$ref" : "#/definitions/_failureDist",
"required" : true
}
}
}
}
}
......
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