James Feist | e36e5c1 | 2018-08-27 16:48:54 -0700 | [diff] [blame^] | 1 | { |
2 | "$schema": "http://json-schema.org/schema#", | ||||
3 | "type": "object", | ||||
4 | "properties": { | ||||
5 | "FailSafePercent": { | ||||
6 | "type": "number" | ||||
7 | }, | ||||
8 | "MinThermalRpm": { | ||||
9 | "type": "number" | ||||
10 | }, | ||||
11 | "Name": { | ||||
12 | "type": "string" | ||||
13 | }, | ||||
14 | "Type": { | ||||
15 | "type": "string" | ||||
16 | } | ||||
17 | }, | ||||
18 | "required": [ | ||||
19 | "FailSafePercent", | ||||
20 | "MinThermalRpm", | ||||
21 | "Name", | ||||
22 | "Type" | ||||
23 | ] | ||||
24 | } |