{ | |
"$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" | |
] | |
} |