blob: 86ff1e1b1052fdfcf811e2a2633ad28c0e274672 [file] [log] [blame]
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"FailSafePercent": {
"type": "number"
},
"MinThermalOutput": {
"type": "number"
},
"Name": {
"type": "string"
},
"Type": {
"type": "string"
}
},
"required": [
"FailSafePercent",
"MinThermalOutput",
"Name",
"Type"
]
}