blob: 4e4e41a8acc502be5ccea8527d8fe7634882291b [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"
]
}
}
}