blob: 2ed6ffe20532b5beef538e3be20f4269b4e6614f [file] [log] [blame]
Brad Bishop66665882020-05-07 17:05:18 -04001{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "definitions": {
4 "Aggregate": {
Brad Bishopada40c52020-05-07 19:32:05 -04005 "description": [
6 "Don't add additional properties to this schema. Consult ",
7 "README.schema for instructions on adding new Exposes element ",
8 "sub-schema."
9 ],
Brad Bishop98e78b72020-06-22 16:12:15 -040010 "additionalProperties": false,
Brad Bishop66665882020-05-07 17:05:18 -040011 "properties": {
12 "Address": {
13 "$ref": "#/definitions/Types/Address"
14 },
15 "AllowedFailures": {
16 "$ref": "#/definitions/Types/AllowedFailures"
17 },
18 "AlphaF": {
19 "$ref": "#/definitions/Types/AlphaF"
20 },
21 "AlphaS": {
22 "$ref": "#/definitions/Types/AlphaS"
23 },
24 "BindConnector": {
25 "$ref": "#/definitions/Types/BindConnector"
26 },
27 "BindPresence": {
28 "$ref": "#/definitions/Types/BindPresence"
29 },
30 "BridgeGpio": {
31 "$ref": "#/definitions/Types/BridgeGpio"
32 },
33 "Bus": {
34 "$ref": "#/definitions/Types/Bus"
35 },
36 "C1": {
37 "$ref": "#/definitions/Types/C1"
38 },
39 "C2": {
40 "$ref": "#/definitions/Types/C2"
41 },
Brad Bishop98e78b72020-06-22 16:12:15 -040042 "CPURequired": {
43 "$ref": "#/definitions/Types/CPURequired"
44 },
Brad Bishop66665882020-05-07 17:05:18 -040045 "ChannelNames": {
46 "$ref": "#/definitions/Types/ChannelNames"
47 },
48 "Class": {
49 "$ref": "#/definitions/Types/Class"
50 },
51 "Connector": {
52 "$ref": "#/definitions/Types/Connector"
53 },
54 "CpuID": {
55 "$ref": "#/definitions/Types/CpuID"
56 },
Brad Bishop98e78b72020-06-22 16:12:15 -040057 "CurrScaleFactor": {
58 "$ref": "#/definitions/Types/CurrScaleFactor"
59 },
Brad Bishop66665882020-05-07 17:05:18 -040060 "Direction": {
61 "$ref": "#/definitions/Types/Direction"
62 },
63 "DtsCritOffset": {
64 "$ref": "#/definitions/Types/DtsCritOffset"
65 },
Oskar Senftf38b37c2021-09-07 13:07:11 -040066 "EntityId": {
67 "$ref": "#/definitions/Types/EntityId"
68 },
69 "EntityInstance": {
70 "$ref": "#/definitions/Types/EntityInstance"
71 },
Brad Bishop66665882020-05-07 17:05:18 -040072 "FaultIndex": {
73 "$ref": "#/definitions/Types/FaultIndex"
74 },
75 "FaultType": {
76 "$ref": "#/definitions/Types/FaultType"
77 },
78 "GpioPins": {
79 "$ref": "#/definitions/Types/GpioPins"
80 },
Brad Bishop98e78b72020-06-22 16:12:15 -040081 "GpioPolarity": {
82 "$ref": "#/definitions/Types/GpioPolarity"
83 },
Brad Bishop66665882020-05-07 17:05:18 -040084 "Index": {
85 "$ref": "#/definitions/Types/Index"
86 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +080087 "InScaleFactor": {
88 "$ref": "#/definitions/Types/InScaleFactor"
89 },
Brad Bishop66665882020-05-07 17:05:18 -040090 "Labels": {
91 "$ref": "#/definitions/Types/Labels"
92 },
93 "LedGpioPins": {
94 "$ref": "#/definitions/Types/LedGpioPins"
95 },
96 "MaxCFM": {
97 "$ref": "#/definitions/Types/MaxCFM"
98 },
99 "MaxReading": {
100 "$ref": "#/definitions/Types/MaxReading"
101 },
Josh Lehan0836ce02021-01-21 20:32:42 -0800102 "MaxValue": {
103 "$ref": "#/definitions/Types/MaxValue"
104 },
105 "Units": {
106 "$ref": "#/definitions/Types/Units"
107 },
108 "MinReading": {
109 "$ref": "#/definitions/Types/MinReading"
110 },
111 "MinValue": {
112 "$ref": "#/definitions/Types/MinValue"
113 },
Brad Bishop66665882020-05-07 17:05:18 -0400114 "Name": {
115 "$ref": "#/definitions/Types/Name"
116 },
117 "Name1": {
118 "$ref": "#/definitions/Types/Name1"
119 },
Scron Chang73347452020-12-30 20:00:39 +0800120 "Name2": {
121 "$ref": "#/definitions/Types/Name2"
122 },
123 "Name3": {
124 "$ref": "#/definitions/Types/Name3"
125 },
126 "Name4": {
127 "$ref": "#/definitions/Types/Name4"
128 },
129 "Name5": {
130 "$ref": "#/definitions/Types/Name5"
131 },
132 "Name6": {
133 "$ref": "#/definitions/Types/Name6"
134 },
135 "Name7": {
136 "$ref": "#/definitions/Types/Name7"
137 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500138 "Name8": {
139 "$ref": "#/definitions/Types/Name8"
140 },
141 "Name9": {
142 "$ref": "#/definitions/Types/Name9"
143 },
144 "Name10": {
145 "$ref": "#/definitions/Types/Name10"
146 },
147 "Name11": {
148 "$ref": "#/definitions/Types/Name11"
149 },
150 "Name12": {
151 "$ref": "#/definitions/Types/Name12"
152 },
153 "Name13": {
154 "$ref": "#/definitions/Types/Name13"
155 },
156 "Name14": {
157 "$ref": "#/definitions/Types/Name14"
158 },
159 "Name15": {
160 "$ref": "#/definitions/Types/Name15"
161 },
162 "Name16": {
163 "$ref": "#/definitions/Types/Name16"
164 },
165 "Name17": {
166 "$ref": "#/definitions/Types/Name17"
167 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400168 "OffsetValue": {
169 "$ref": "#/definitions/Types/OffsetValue"
170 },
Brad Bishop66665882020-05-07 17:05:18 -0400171 "Polarity": {
172 "$ref": "#/definitions/Types/Polarity"
173 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400174 "Polling": {
175 "$ref": "#/definitions/Types/Polling"
176 },
Brad Bishop66665882020-05-07 17:05:18 -0400177 "PowerFactorMax": {
178 "$ref": "#/definitions/Types/PowerFactorMax"
179 },
180 "PowerFactorMin": {
181 "$ref": "#/definitions/Types/PowerFactorMin"
182 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400183 "PowerScaleFactor": {
184 "$ref": "#/definitions/Types/PowerScaleFactor"
185 },
Brad Bishop66665882020-05-07 17:05:18 -0400186 "PowerState": {
187 "$ref": "#/definitions/Types/PowerState"
188 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400189 "Presence": {
190 "$ref": "#/definitions/Types/Presence"
191 },
Brad Bishop66665882020-05-07 17:05:18 -0400192 "PresenceGpio": {
193 "$ref": "#/definitions/Types/PresenceGpio"
194 },
Brad Bishop66665882020-05-07 17:05:18 -0400195 "Pwm": {
196 "$ref": "#/definitions/Types/Pwm"
197 },
198 "QMax": {
199 "$ref": "#/definitions/Types/QMax"
200 },
201 "QMin": {
202 "$ref": "#/definitions/Types/QMin"
203 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400204 "RedundantCount": {
205 "$ref": "#/definitions/Types/RedundantCount"
206 },
Brad Bishop66665882020-05-07 17:05:18 -0400207 "ScaleFactor": {
208 "$ref": "#/definitions/Types/ScaleFactor"
209 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400210 "ScaleValue": {
211 "$ref": "#/definitions/Types/ScaleValue"
212 },
213 "SensorType": {
214 "$ref": "#/definitions/Types/SensorType"
215 },
Brad Bishop66665882020-05-07 17:05:18 -0400216 "TachMaxPercent": {
217 "$ref": "#/definitions/Types/TachMaxPercent"
218 },
219 "TachMinPercent": {
220 "$ref": "#/definitions/Types/TachMinPercent"
221 },
222 "Tachs": {
223 "$ref": "#/definitions/Types/Tachs"
224 },
225 "Thresholds": {
226 "$ref": "#/definitions/Types/Thresholds"
227 },
Josh Lehanfea4f1a2021-03-17 16:31:33 -0700228 "Timeout": {
229 "$ref": "#/definitions/Types/Timeout"
230 },
Anoop Sa5a716d2020-11-26 18:57:26 +0000231 "HostSMbusIndex": {
232 "$ref": "#/definitions/Types/HostSMbusIndex"
233 },
Scron Chang73347452020-12-30 20:00:39 +0800234 "pin_Max": {
235 "$ref": "#/definitions/Types/pin_Max"
236 },
237 "pin_Min": {
238 "$ref": "#/definitions/Types/pin_Min"
239 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800240 "pin_Name": {
241 "$ref": "#/definitions/Types/pin_Name"
242 },
243 "maxpin_Name": {
244 "$ref": "#/definitions/Types/maxpin_Name"
245 },
Scron Chang73347452020-12-30 20:00:39 +0800246 "vin_Max": {
247 "$ref": "#/definitions/Types/vin_Max"
248 },
249 "vin_Min": {
250 "$ref": "#/definitions/Types/vin_Min"
251 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800252 "vin_Name": {
253 "$ref": "#/definitions/Types/vin_Name"
254 },
255 "in1_Name": {
256 "$ref": "#/definitions/Types/in1_Name"
257 },
258 "in2_Name": {
259 "$ref": "#/definitions/Types/in2_Name"
260 },
261 "curr1_Name": {
262 "$ref": "#/definitions/Types/curr1_Name"
263 },
Scron Chang73347452020-12-30 20:00:39 +0800264 "iout1_Max": {
265 "$ref": "#/definitions/Types/iout1_Max"
266 },
267 "iout1_Min": {
268 "$ref": "#/definitions/Types/iout1_Min"
269 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800270 "iout1_Name": {
271 "$ref": "#/definitions/Types/iout1_Name"
272 },
273 "maxiout1_Name": {
274 "$ref": "#/definitions/Types/maxiout1_Name"
275 },
Scron Chang73347452020-12-30 20:00:39 +0800276 "iout2_Max": {
277 "$ref": "#/definitions/Types/iout2_Max"
278 },
279 "iout2_Min": {
280 "$ref": "#/definitions/Types/iout2_Min"
281 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800282 "iout2_Name": {
283 "$ref": "#/definitions/Types/iout2_Name"
284 },
Scron Chang73347452020-12-30 20:00:39 +0800285 "pout1_Max": {
286 "$ref": "#/definitions/Types/pout1_Max"
287 },
288 "pout1_Min": {
289 "$ref": "#/definitions/Types/pout1_Min"
290 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800291 "pout1_Name": {
292 "$ref": "#/definitions/Types/pout1_Name"
293 },
Scron Chang73347452020-12-30 20:00:39 +0800294 "pout2_Max": {
295 "$ref": "#/definitions/Types/pout2_Max"
296 },
297 "pout2_Min": {
298 "$ref": "#/definitions/Types/pout2_Min"
299 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800300 "pout2_Name": {
301 "$ref": "#/definitions/Types/pout2_Name"
302 },
Scron Chang73347452020-12-30 20:00:39 +0800303 "pout3_Max": {
304 "$ref": "#/definitions/Types/pout3_Max"
305 },
306 "pout3_Min": {
307 "$ref": "#/definitions/Types/pout3_Min"
308 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800309 "pout3_Name": {
310 "$ref": "#/definitions/Types/pout3_Name"
311 },
312 "power1_Name": {
313 "$ref": "#/definitions/Types/power1_Name"
314 },
315 "temp1_Name": {
316 "$ref": "#/definitions/Types/temp1_Name"
317 },
Scron Chang73347452020-12-30 20:00:39 +0800318 "vout1_Max": {
319 "$ref": "#/definitions/Types/vout1_Max"
320 },
321 "vout1_Min": {
322 "$ref": "#/definitions/Types/vout1_Min"
323 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800324 "vout1_Name": {
325 "$ref": "#/definitions/Types/vout1_Name"
326 },
Scron Chang73347452020-12-30 20:00:39 +0800327 "vout2_Max": {
328 "$ref": "#/definitions/Types/vout2_Max"
329 },
330 "vout2_Min": {
331 "$ref": "#/definitions/Types/vout2_Min"
332 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800333 "vout2_Name": {
334 "$ref": "#/definitions/Types/vout2_Name"
335 },
Scron Chang73347452020-12-30 20:00:39 +0800336 "vout3_Max": {
337 "$ref": "#/definitions/Types/vout3_Max"
338 },
339 "vout3_Min": {
340 "$ref": "#/definitions/Types/vout3_Min"
341 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800342 "vout3_Name": {
343 "$ref": "#/definitions/Types/vout3_Name"
344 },
Scron Chang73347452020-12-30 20:00:39 +0800345 "vout4_Max": {
346 "$ref": "#/definitions/Types/vout4_Max"
347 },
348 "vout4_Min": {
349 "$ref": "#/definitions/Types/vout4_Min"
350 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800351 "vout4_Name": {
352 "$ref": "#/definitions/Types/vout4_Name"
353 },
Scron Chang73347452020-12-30 20:00:39 +0800354 "vout5_Max": {
355 "$ref": "#/definitions/Types/vout5_Max"
356 },
357 "vout5_Min": {
358 "$ref": "#/definitions/Types/vout5_Min"
359 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800360 "vout5_Name": {
361 "$ref": "#/definitions/Types/vout5_Name"
362 },
Scron Chang73347452020-12-30 20:00:39 +0800363 "vout6_Max": {
364 "$ref": "#/definitions/Types/vout6_Max"
365 },
366 "vout6_Min": {
367 "$ref": "#/definitions/Types/vout6_Min"
368 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800369 "vout6_Name": {
370 "$ref": "#/definitions/Types/vout6_Name"
371 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500372 "vout7_Max": {
373 "$ref": "#/definitions/Types/vout7_Max"
374 },
375 "vout7_Min": {
376 "$ref": "#/definitions/Types/vout7_Min"
377 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800378 "vout7_Name": {
379 "$ref": "#/definitions/Types/vout7_Name"
380 },
Scron Chang73347452020-12-30 20:00:39 +0800381 "vout8_Max": {
382 "$ref": "#/definitions/Types/vout8_Max"
383 },
384 "vout8_Min": {
385 "$ref": "#/definitions/Types/vout8_Min"
386 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800387 "vout8_Name": {
388 "$ref": "#/definitions/Types/vout8_Name"
389 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500390 "vout9_Max": {
391 "$ref": "#/definitions/Types/vout9_Max"
392 },
393 "vout9_Min": {
394 "$ref": "#/definitions/Types/vout9_Min"
395 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800396 "vout9_Name": {
397 "$ref": "#/definitions/Types/vout9_Name"
398 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500399 "vout10_Max": {
400 "$ref": "#/definitions/Types/vout10_Max"
401 },
402 "vout10_Min": {
403 "$ref": "#/definitions/Types/vout10_Min"
404 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800405 "vout10_Name": {
406 "$ref": "#/definitions/Types/vout10_Name"
407 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500408 "vout11_Max": {
409 "$ref": "#/definitions/Types/vout11_Max"
410 },
411 "vout11_Min": {
412 "$ref": "#/definitions/Types/vout11_Min"
413 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800414 "vout11_Name": {
415 "$ref": "#/definitions/Types/vout11_Name"
416 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500417 "vout12_Max": {
418 "$ref": "#/definitions/Types/vout12_Max"
419 },
420 "vout12_Min": {
421 "$ref": "#/definitions/Types/vout12_Min"
422 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800423 "vout12_Name": {
424 "$ref": "#/definitions/Types/vout12_Name"
425 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500426 "vout13_Max": {
427 "$ref": "#/definitions/Types/vout13_Max"
428 },
429 "vout13_Min": {
430 "$ref": "#/definitions/Types/vout13_Min"
431 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800432 "vout13_Name": {
433 "$ref": "#/definitions/Types/vout13_Name"
434 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500435 "vout14_Max": {
436 "$ref": "#/definitions/Types/vout14_Max"
437 },
438 "vout14_Min": {
439 "$ref": "#/definitions/Types/vout14_Min"
440 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800441 "vout14_Name": {
442 "$ref": "#/definitions/Types/vout14_Name"
443 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500444 "vout15_Max": {
445 "$ref": "#/definitions/Types/vout15_Max"
446 },
447 "vout15_Min": {
448 "$ref": "#/definitions/Types/vout15_Min"
449 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800450 "vout15_Name": {
451 "$ref": "#/definitions/Types/vout15_Name"
452 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500453 "vout16_Max": {
454 "$ref": "#/definitions/Types/vout16_Max"
455 },
456 "vout16_Min": {
457 "$ref": "#/definitions/Types/vout16_Min"
458 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800459 "vout16_Name": {
460 "$ref": "#/definitions/Types/vout16_Name"
461 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500462 "vout17_Max": {
463 "$ref": "#/definitions/Types/vout17_Max"
464 },
465 "vout17_Min": {
466 "$ref": "#/definitions/Types/vout17_Min"
467 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800468 "vout17_Name": {
469 "$ref": "#/definitions/Types/vout17_Name"
470 },
Scron Chang73347452020-12-30 20:00:39 +0800471 "iout1_Offset": {
472 "$ref": "#/definitions/Types/iout1_Offset"
473 },
474 "pout1_Offset": {
475 "$ref": "#/definitions/Types/pout1_Offset"
476 },
Scron Changf0941252021-01-22 21:02:50 +0800477 "iout1_Scale": {
478 "$ref": "#/definitions/Types/iout1_Scale"
479 },
480 "PollRate": {
481 "$ref": "#/definitions/Types/PollRate"
482 },
Brad Bishop66665882020-05-07 17:05:18 -0400483 "Type": {
484 "$ref": "#/definitions/Types/Type"
Brad Bishop66665882020-05-07 17:05:18 -0400485 }
486 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600487 "required": ["Name", "Type"],
Brad Bishop66665882020-05-07 17:05:18 -0400488 "type": "object"
489 },
490 "Types": {
491 "Address": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600492 "type": ["string", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400493 },
494 "AllowedFailures": {
495 "type": "number"
496 },
497 "AlphaF": {
498 "type": "number"
499 },
500 "AlphaS": {
501 "type": "number"
502 },
503 "BindConnector": {
504 "type": "string"
505 },
506 "BindPresence": {
507 "type": "string"
508 },
509 "BridgeGpio": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600510 "type": ["number", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400511 },
512 "Bus": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600513 "type": ["string", "number"]
Brad Bishop66665882020-05-07 17:05:18 -0400514 },
515 "C1": {
516 "type": "number"
517 },
518 "C2": {
519 "type": "number"
520 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400521 "CPURequired": {
522 "type": "number"
523 },
Brad Bishop66665882020-05-07 17:05:18 -0400524 "ChannelNames": {
525 "items": {
526 "type": "string"
527 },
528 "type": "array"
529 },
530 "Class": {
531 "type": "string"
532 },
533 "Connector": {
534 "properties": {
535 "Name": {
536 "type": "string"
537 },
538 "Pwm": {
539 "type": "number"
540 },
541 "Tachs": {
542 "items": {
543 "type": "number"
544 },
545 "type": "array"
546 }
547 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600548 "required": ["Name", "Pwm", "Tachs"],
Brad Bishop66665882020-05-07 17:05:18 -0400549 "type": "object"
550 },
551 "CpuID": {
552 "type": "number"
553 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400554 "CurrScaleFactor": {
555 "type": "number"
556 },
Brad Bishop66665882020-05-07 17:05:18 -0400557 "Direction": {
558 "type": "string"
559 },
560 "DtsCritOffset": {
561 "type": "number"
562 },
Oskar Senftf38b37c2021-09-07 13:07:11 -0400563 "EntityId": {
564 "type": "number"
565 },
566 "EntityInstance": {
567 "type": "number"
568 },
Brad Bishop66665882020-05-07 17:05:18 -0400569 "FaultIndex": {
570 "type": "number"
571 },
572 "FaultType": {
573 "type": "string"
574 },
575 "GpioPins": {
576 "items": {
577 "type": "number"
578 },
579 "type": "array"
580 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400581 "GpioPolarity": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600582 "enum": ["Low"]
Brad Bishop98e78b72020-06-22 16:12:15 -0400583 },
Brad Bishop66665882020-05-07 17:05:18 -0400584 "Index": {
585 "type": "number"
586 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800587 "InScaleFactor": {
588 "type": "number"
589 },
Brad Bishop66665882020-05-07 17:05:18 -0400590 "Labels": {
591 "items": {
592 "type": "string"
593 },
594 "type": "array"
595 },
596 "LedGpioPins": {
597 "items": {
598 "type": "number"
599 },
600 "type": "array"
601 },
602 "MaxCFM": {
603 "type": "number"
604 },
605 "MaxReading": {
606 "type": "number"
607 },
Josh Lehan0836ce02021-01-21 20:32:42 -0800608 "MaxValue": {
609 "type": "number"
610 },
611 "Units": {
Rashmica Gupta96a08d82021-07-29 18:53:06 +1000612 "type": "string",
613 "enum": [
614 "DegreesC",
615 "RPMS",
616 "Volts",
617 "Meters",
618 "Amperes",
619 "Watts",
620 "Joules",
621 "Percent",
622 "CFM",
623 "Pascals"
624 ]
Josh Lehan0836ce02021-01-21 20:32:42 -0800625 },
626 "MinReading": {
627 "type": "number"
628 },
629 "MinValue": {
630 "type": "number"
631 },
Brad Bishop66665882020-05-07 17:05:18 -0400632 "Name": {
633 "type": "string"
634 },
635 "Name1": {
636 "type": "string"
637 },
Scron Chang73347452020-12-30 20:00:39 +0800638 "Name2": {
639 "type": "string"
640 },
641 "Name3": {
642 "type": "string"
643 },
644 "Name4": {
645 "type": "string"
646 },
647 "Name5": {
648 "type": "string"
649 },
650 "Name6": {
651 "type": "string"
652 },
653 "Name7": {
654 "type": "string"
655 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500656 "Name8": {
657 "type": "string"
658 },
659 "Name9": {
660 "type": "string"
661 },
662 "Name10": {
663 "type": "string"
664 },
665 "Name11": {
666 "type": "string"
667 },
668 "Name12": {
669 "type": "string"
670 },
671 "Name13": {
672 "type": "string"
673 },
674 "Name14": {
675 "type": "string"
676 },
677 "Name15": {
678 "type": "string"
679 },
680 "Name16": {
681 "type": "string"
682 },
683 "Name17": {
684 "type": "string"
685 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400686 "OffsetValue": {
687 "type": "number"
688 },
Brad Bishop66665882020-05-07 17:05:18 -0400689 "Polarity": {
690 "type": "string"
691 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400692 "Polling": {
693 "type": "object"
694 },
Brad Bishop66665882020-05-07 17:05:18 -0400695 "PowerFactorMax": {
696 "type": "number"
697 },
698 "PowerFactorMin": {
699 "type": "number"
700 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400701 "PowerScaleFactor": {
702 "type": "number"
703 },
Brad Bishop66665882020-05-07 17:05:18 -0400704 "PowerState": {
705 "type": "string"
706 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400707 "Presence": {
708 "properties": {
709 "PinName": {
710 "type": "string"
711 },
712 "Polarity": {
713 "enum": "Low"
714 }
715 },
716 "type": "object"
717 },
Brad Bishop66665882020-05-07 17:05:18 -0400718 "PresenceGpio": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600719 "type": ["number", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400720 },
Brad Bishop66665882020-05-07 17:05:18 -0400721 "Pwm": {
722 "type": "number"
723 },
724 "QMax": {
725 "type": "number"
726 },
727 "QMin": {
728 "type": "number"
729 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400730 "RedundantCount": {
731 "type": "number"
732 },
Brad Bishop66665882020-05-07 17:05:18 -0400733 "ScaleFactor": {
734 "type": "number"
735 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400736 "ScaleValue": {
737 "type": "number"
738 },
739 "SensorType": {
740 "type": "string"
741 },
Brad Bishop66665882020-05-07 17:05:18 -0400742 "TachMaxPercent": {
743 "type": "number"
744 },
745 "TachMinPercent": {
746 "type": "number"
747 },
748 "Tachs": {
749 "items": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600750 "type": ["number", "string"]
Brad Bishop66665882020-05-07 17:05:18 -0400751 },
752 "type": "array"
753 },
754 "Thresholds": {
755 "items": {
756 "properties": {
757 "Direction": {
758 "type": "string"
759 },
Rashmica Gupta3c543602021-07-29 15:14:36 +1000760 "Hysteresis": {
761 "type": "number"
762 },
Brad Bishop66665882020-05-07 17:05:18 -0400763 "Label": {
764 "type": "string"
765 },
766 "Name": {
767 "type": "string"
768 },
769 "Severity": {
Rashmica Guptae5437572021-07-29 19:12:15 +1000770 "type": "number",
771 "minimum": 0,
772 "maximum": 4
Brad Bishop66665882020-05-07 17:05:18 -0400773 },
774 "Value": {
775 "type": "number"
776 }
777 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600778 "required": ["Direction", "Name", "Severity", "Value"],
Brad Bishop66665882020-05-07 17:05:18 -0400779 "type": "object"
780 },
781 "type": "array"
782 },
Josh Lehanfea4f1a2021-03-17 16:31:33 -0700783 "Timeout": {
784 "type": "number"
785 },
Anoop Sa5a716d2020-11-26 18:57:26 +0000786 "HostSMbusIndex": {
787 "type": "number"
788 },
Scron Chang73347452020-12-30 20:00:39 +0800789 "pin_Max": {
790 "type": "number"
791 },
792 "pin_Min": {
793 "type": "number"
794 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800795 "pin_Name": {
796 "type": "string"
797 },
798 "maxpin_Name": {
799 "type": "string"
800 },
Scron Chang73347452020-12-30 20:00:39 +0800801 "vin_Max": {
802 "type": "number"
803 },
804 "vin_Min": {
805 "type": "number"
806 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800807 "vin_Name": {
808 "type": "string"
809 },
810 "in1_Name": {
811 "type": "string"
812 },
813 "in2_Name": {
814 "type": "string"
815 },
816 "curr1_Name": {
817 "type": "string"
818 },
Scron Chang73347452020-12-30 20:00:39 +0800819 "iout1_Max": {
820 "type": "number"
821 },
822 "iout1_Min": {
823 "type": "number"
824 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800825 "iout1_Name": {
826 "type": "string"
827 },
828 "maxiout1_Name": {
829 "type": "string"
830 },
Scron Chang73347452020-12-30 20:00:39 +0800831 "iout2_Max": {
832 "type": "number"
833 },
834 "iout2_Min": {
835 "type": "number"
836 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800837 "iout2_Name": {
838 "type": "string"
839 },
Scron Chang73347452020-12-30 20:00:39 +0800840 "pout1_Max": {
841 "type": "number"
842 },
843 "pout1_Min": {
844 "type": "number"
845 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800846 "pout1_Name": {
847 "type": "string"
848 },
Scron Chang73347452020-12-30 20:00:39 +0800849 "pout2_Max": {
850 "type": "number"
851 },
852 "pout2_Min": {
853 "type": "number"
854 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800855 "pout2_Name": {
856 "type": "string"
857 },
Scron Chang73347452020-12-30 20:00:39 +0800858 "pout3_Max": {
859 "type": "number"
860 },
861 "pout3_Min": {
862 "type": "number"
863 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800864 "pout3_Name": {
865 "type": "string"
866 },
867 "power1_Name": {
868 "type": "string"
869 },
870 "temp1_Name": {
871 "type": "string"
872 },
Scron Chang73347452020-12-30 20:00:39 +0800873 "vout1_Max": {
874 "type": "number"
875 },
876 "vout1_Min": {
877 "type": "number"
878 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800879 "vout1_Name": {
880 "type": "string"
881 },
Scron Chang73347452020-12-30 20:00:39 +0800882 "vout2_Max": {
883 "type": "number"
884 },
885 "vout2_Min": {
886 "type": "number"
887 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800888 "vout2_Name": {
889 "type": "string"
890 },
Scron Chang73347452020-12-30 20:00:39 +0800891 "vout3_Max": {
892 "type": "number"
893 },
894 "vout3_Min": {
895 "type": "number"
896 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800897 "vout3_Name": {
898 "type": "string"
899 },
Scron Chang73347452020-12-30 20:00:39 +0800900 "vout4_Max": {
901 "type": "number"
902 },
903 "vout4_Min": {
904 "type": "number"
905 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800906 "vout4_Name": {
907 "type": "string"
908 },
Scron Chang73347452020-12-30 20:00:39 +0800909 "vout5_Max": {
910 "type": "number"
911 },
912 "vout5_Min": {
913 "type": "number"
914 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800915 "vout5_Name": {
916 "type": "string"
917 },
Scron Chang73347452020-12-30 20:00:39 +0800918 "vout6_Max": {
919 "type": "number"
920 },
921 "vout6_Min": {
922 "type": "number"
923 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800924 "vout6_Name": {
925 "type": "string"
926 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500927 "vout7_Max": {
928 "type": "number"
929 },
930 "vout7_Min": {
931 "type": "number"
932 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800933 "vout7_Name": {
934 "type": "string"
935 },
Scron Chang73347452020-12-30 20:00:39 +0800936 "vout8_Max": {
937 "type": "number"
938 },
939 "vout8_Min": {
940 "type": "number"
941 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800942 "vout8_Name": {
943 "type": "string"
944 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500945 "vout9_Max": {
946 "type": "number"
947 },
948 "vout9_Min": {
949 "type": "number"
950 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800951 "vout9_Name": {
952 "type": "string"
953 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500954 "vout10_Max": {
955 "type": "number"
956 },
957 "vout10_Min": {
958 "type": "number"
959 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800960 "vout10_Name": {
961 "type": "string"
962 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500963 "vout11_Max": {
964 "type": "number"
965 },
966 "vout11_Min": {
967 "type": "number"
968 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800969 "vout11_Name": {
970 "type": "string"
971 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500972 "vout12_Max": {
973 "type": "number"
974 },
975 "vout12_Min": {
976 "type": "number"
977 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800978 "vout12_Name": {
979 "type": "string"
980 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500981 "vout13_Max": {
982 "type": "number"
983 },
984 "vout13_Min": {
985 "type": "number"
986 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800987 "vout13_Name": {
988 "type": "string"
989 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500990 "vout14_Max": {
991 "type": "number"
992 },
993 "vout14_Min": {
994 "type": "number"
995 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800996 "vout14_Name": {
997 "type": "string"
998 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500999 "vout15_Max": {
1000 "type": "number"
1001 },
1002 "vout15_Min": {
1003 "type": "number"
1004 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001005 "vout15_Name": {
1006 "type": "string"
1007 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001008 "vout16_Max": {
1009 "type": "number"
1010 },
1011 "vout16_Min": {
1012 "type": "number"
1013 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001014 "vout16_Name": {
1015 "type": "string"
1016 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001017 "vout17_Max": {
1018 "type": "number"
1019 },
1020 "vout17_Min": {
1021 "type": "number"
1022 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001023 "vout17_Name": {
1024 "type": "string"
1025 },
Scron Chang73347452020-12-30 20:00:39 +08001026 "iout1_Offset": {
1027 "type": "number"
1028 },
1029 "pout1_Offset": {
1030 "type": "number"
1031 },
Scron Changf0941252021-01-22 21:02:50 +08001032 "iout1_Scale": {
1033 "type": "number"
1034 },
1035 "PollRate": {
1036 "type": "number"
1037 },
Brad Bishop66665882020-05-07 17:05:18 -04001038 "Type": {
1039 "type": "string"
Brad Bishop66665882020-05-07 17:05:18 -04001040 }
1041 }
1042 }
1043}