blob: 3905c1308430c76a1acbb66e69ed9f03a171e09b [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"PidZone": {
"type": "object",
"properties": {
"FailSafePercent": {
"type": "number"
},
"MinThermalOutput": {
"type": "number"
},
"Name": {
"type": "string"
},
"Type": {
"type": "string"
}
},
"required": ["FailSafePercent", "MinThermalOutput", "Name", "Type"]
}
}
}