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