blob: 5a616d3f8d33a3431f5b4cc48edcc5e7132e5a6a [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 },
Ali El-Haj-Mahmoud9f591c22023-05-08 14:10:17 -0400471 "fan1_Name": {
472 "$ref": "#/definitions/Types/fan1_Name"
473 },
Scron Chang73347452020-12-30 20:00:39 +0800474 "iout1_Offset": {
475 "$ref": "#/definitions/Types/iout1_Offset"
476 },
477 "pout1_Offset": {
478 "$ref": "#/definitions/Types/pout1_Offset"
479 },
Scron Changf0941252021-01-22 21:02:50 +0800480 "iout1_Scale": {
481 "$ref": "#/definitions/Types/iout1_Scale"
482 },
483 "PollRate": {
484 "$ref": "#/definitions/Types/PollRate"
485 },
Brad Bishop66665882020-05-07 17:05:18 -0400486 "Type": {
487 "$ref": "#/definitions/Types/Type"
Brad Bishop66665882020-05-07 17:05:18 -0400488 }
489 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600490 "required": ["Name", "Type"],
Brad Bishop66665882020-05-07 17:05:18 -0400491 "type": "object"
492 },
493 "Types": {
494 "Address": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600495 "type": ["string", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400496 },
497 "AllowedFailures": {
498 "type": "number"
499 },
500 "AlphaF": {
501 "type": "number"
502 },
503 "AlphaS": {
504 "type": "number"
505 },
506 "BindConnector": {
507 "type": "string"
508 },
509 "BindPresence": {
510 "type": "string"
511 },
512 "BridgeGpio": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600513 "type": ["number", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400514 },
515 "Bus": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600516 "type": ["string", "number"]
Brad Bishop66665882020-05-07 17:05:18 -0400517 },
518 "C1": {
519 "type": "number"
520 },
521 "C2": {
522 "type": "number"
523 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400524 "CPURequired": {
525 "type": "number"
526 },
Brad Bishop66665882020-05-07 17:05:18 -0400527 "ChannelNames": {
528 "items": {
529 "type": "string"
530 },
531 "type": "array"
532 },
533 "Class": {
534 "type": "string"
535 },
536 "Connector": {
537 "properties": {
538 "Name": {
539 "type": "string"
540 },
541 "Pwm": {
542 "type": "number"
543 },
544 "Tachs": {
545 "items": {
546 "type": "number"
547 },
548 "type": "array"
549 }
550 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600551 "required": ["Name", "Pwm", "Tachs"],
Brad Bishop66665882020-05-07 17:05:18 -0400552 "type": "object"
553 },
554 "CpuID": {
555 "type": "number"
556 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400557 "CurrScaleFactor": {
558 "type": "number"
559 },
Brad Bishop66665882020-05-07 17:05:18 -0400560 "Direction": {
561 "type": "string"
562 },
563 "DtsCritOffset": {
564 "type": "number"
565 },
Oskar Senftf38b37c2021-09-07 13:07:11 -0400566 "EntityId": {
567 "type": "number"
568 },
569 "EntityInstance": {
570 "type": "number"
571 },
Brad Bishop66665882020-05-07 17:05:18 -0400572 "FaultIndex": {
573 "type": "number"
574 },
575 "FaultType": {
576 "type": "string"
577 },
578 "GpioPins": {
579 "items": {
580 "type": "number"
581 },
582 "type": "array"
583 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400584 "GpioPolarity": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600585 "enum": ["Low"]
Brad Bishop98e78b72020-06-22 16:12:15 -0400586 },
Brad Bishop66665882020-05-07 17:05:18 -0400587 "Index": {
588 "type": "number"
589 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800590 "InScaleFactor": {
591 "type": "number"
592 },
Brad Bishop66665882020-05-07 17:05:18 -0400593 "Labels": {
594 "items": {
595 "type": "string"
596 },
597 "type": "array"
598 },
599 "LedGpioPins": {
600 "items": {
601 "type": "number"
602 },
603 "type": "array"
604 },
605 "MaxCFM": {
606 "type": "number"
607 },
608 "MaxReading": {
609 "type": "number"
610 },
Josh Lehan0836ce02021-01-21 20:32:42 -0800611 "MaxValue": {
612 "type": "number"
613 },
614 "Units": {
Rashmica Gupta96a08d82021-07-29 18:53:06 +1000615 "type": "string",
616 "enum": [
617 "DegreesC",
618 "RPMS",
619 "Volts",
620 "Meters",
621 "Amperes",
622 "Watts",
623 "Joules",
624 "Percent",
625 "CFM",
626 "Pascals"
627 ]
Josh Lehan0836ce02021-01-21 20:32:42 -0800628 },
629 "MinReading": {
630 "type": "number"
631 },
632 "MinValue": {
633 "type": "number"
634 },
Brad Bishop66665882020-05-07 17:05:18 -0400635 "Name": {
636 "type": "string"
637 },
638 "Name1": {
639 "type": "string"
640 },
Scron Chang73347452020-12-30 20:00:39 +0800641 "Name2": {
642 "type": "string"
643 },
644 "Name3": {
645 "type": "string"
646 },
647 "Name4": {
648 "type": "string"
649 },
650 "Name5": {
651 "type": "string"
652 },
653 "Name6": {
654 "type": "string"
655 },
656 "Name7": {
657 "type": "string"
658 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500659 "Name8": {
660 "type": "string"
661 },
662 "Name9": {
663 "type": "string"
664 },
665 "Name10": {
666 "type": "string"
667 },
668 "Name11": {
669 "type": "string"
670 },
671 "Name12": {
672 "type": "string"
673 },
674 "Name13": {
675 "type": "string"
676 },
677 "Name14": {
678 "type": "string"
679 },
680 "Name15": {
681 "type": "string"
682 },
683 "Name16": {
684 "type": "string"
685 },
686 "Name17": {
687 "type": "string"
688 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400689 "OffsetValue": {
690 "type": "number"
691 },
Brad Bishop66665882020-05-07 17:05:18 -0400692 "Polarity": {
693 "type": "string"
694 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400695 "Polling": {
696 "type": "object"
697 },
Brad Bishop66665882020-05-07 17:05:18 -0400698 "PowerFactorMax": {
699 "type": "number"
700 },
701 "PowerFactorMin": {
702 "type": "number"
703 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400704 "PowerScaleFactor": {
705 "type": "number"
706 },
Brad Bishop66665882020-05-07 17:05:18 -0400707 "PowerState": {
708 "type": "string"
709 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400710 "Presence": {
711 "properties": {
712 "PinName": {
713 "type": "string"
714 },
715 "Polarity": {
716 "enum": "Low"
717 }
718 },
719 "type": "object"
720 },
Brad Bishop66665882020-05-07 17:05:18 -0400721 "PresenceGpio": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600722 "type": ["number", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400723 },
Brad Bishop66665882020-05-07 17:05:18 -0400724 "Pwm": {
725 "type": "number"
726 },
727 "QMax": {
728 "type": "number"
729 },
730 "QMin": {
731 "type": "number"
732 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400733 "RedundantCount": {
734 "type": "number"
735 },
Brad Bishop66665882020-05-07 17:05:18 -0400736 "ScaleFactor": {
737 "type": "number"
738 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400739 "ScaleValue": {
740 "type": "number"
741 },
742 "SensorType": {
743 "type": "string"
744 },
Brad Bishop66665882020-05-07 17:05:18 -0400745 "TachMaxPercent": {
746 "type": "number"
747 },
748 "TachMinPercent": {
749 "type": "number"
750 },
751 "Tachs": {
752 "items": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600753 "type": ["number", "string"]
Brad Bishop66665882020-05-07 17:05:18 -0400754 },
755 "type": "array"
756 },
757 "Thresholds": {
758 "items": {
759 "properties": {
760 "Direction": {
761 "type": "string"
762 },
Rashmica Gupta3c543602021-07-29 15:14:36 +1000763 "Hysteresis": {
764 "type": "number"
765 },
Brad Bishop66665882020-05-07 17:05:18 -0400766 "Label": {
767 "type": "string"
768 },
769 "Name": {
770 "type": "string"
771 },
772 "Severity": {
Rashmica Guptae5437572021-07-29 19:12:15 +1000773 "type": "number",
774 "minimum": 0,
775 "maximum": 4
Brad Bishop66665882020-05-07 17:05:18 -0400776 },
777 "Value": {
778 "type": "number"
779 }
780 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600781 "required": ["Direction", "Name", "Severity", "Value"],
Brad Bishop66665882020-05-07 17:05:18 -0400782 "type": "object"
783 },
784 "type": "array"
785 },
Josh Lehanfea4f1a2021-03-17 16:31:33 -0700786 "Timeout": {
787 "type": "number"
788 },
Anoop Sa5a716d2020-11-26 18:57:26 +0000789 "HostSMbusIndex": {
790 "type": "number"
791 },
Scron Chang73347452020-12-30 20:00:39 +0800792 "pin_Max": {
793 "type": "number"
794 },
795 "pin_Min": {
796 "type": "number"
797 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800798 "pin_Name": {
799 "type": "string"
800 },
801 "maxpin_Name": {
802 "type": "string"
803 },
Scron Chang73347452020-12-30 20:00:39 +0800804 "vin_Max": {
805 "type": "number"
806 },
807 "vin_Min": {
808 "type": "number"
809 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800810 "vin_Name": {
811 "type": "string"
812 },
813 "in1_Name": {
814 "type": "string"
815 },
816 "in2_Name": {
817 "type": "string"
818 },
819 "curr1_Name": {
820 "type": "string"
821 },
Scron Chang73347452020-12-30 20:00:39 +0800822 "iout1_Max": {
823 "type": "number"
824 },
825 "iout1_Min": {
826 "type": "number"
827 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800828 "iout1_Name": {
829 "type": "string"
830 },
831 "maxiout1_Name": {
832 "type": "string"
833 },
Scron Chang73347452020-12-30 20:00:39 +0800834 "iout2_Max": {
835 "type": "number"
836 },
837 "iout2_Min": {
838 "type": "number"
839 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800840 "iout2_Name": {
841 "type": "string"
842 },
Scron Chang73347452020-12-30 20:00:39 +0800843 "pout1_Max": {
844 "type": "number"
845 },
846 "pout1_Min": {
847 "type": "number"
848 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800849 "pout1_Name": {
850 "type": "string"
851 },
Scron Chang73347452020-12-30 20:00:39 +0800852 "pout2_Max": {
853 "type": "number"
854 },
855 "pout2_Min": {
856 "type": "number"
857 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800858 "pout2_Name": {
859 "type": "string"
860 },
Scron Chang73347452020-12-30 20:00:39 +0800861 "pout3_Max": {
862 "type": "number"
863 },
864 "pout3_Min": {
865 "type": "number"
866 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800867 "pout3_Name": {
868 "type": "string"
869 },
870 "power1_Name": {
871 "type": "string"
872 },
873 "temp1_Name": {
874 "type": "string"
875 },
Scron Chang73347452020-12-30 20:00:39 +0800876 "vout1_Max": {
877 "type": "number"
878 },
879 "vout1_Min": {
880 "type": "number"
881 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800882 "vout1_Name": {
883 "type": "string"
884 },
Scron Chang73347452020-12-30 20:00:39 +0800885 "vout2_Max": {
886 "type": "number"
887 },
888 "vout2_Min": {
889 "type": "number"
890 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800891 "vout2_Name": {
892 "type": "string"
893 },
Scron Chang73347452020-12-30 20:00:39 +0800894 "vout3_Max": {
895 "type": "number"
896 },
897 "vout3_Min": {
898 "type": "number"
899 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800900 "vout3_Name": {
901 "type": "string"
902 },
Scron Chang73347452020-12-30 20:00:39 +0800903 "vout4_Max": {
904 "type": "number"
905 },
906 "vout4_Min": {
907 "type": "number"
908 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800909 "vout4_Name": {
910 "type": "string"
911 },
Scron Chang73347452020-12-30 20:00:39 +0800912 "vout5_Max": {
913 "type": "number"
914 },
915 "vout5_Min": {
916 "type": "number"
917 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800918 "vout5_Name": {
919 "type": "string"
920 },
Scron Chang73347452020-12-30 20:00:39 +0800921 "vout6_Max": {
922 "type": "number"
923 },
924 "vout6_Min": {
925 "type": "number"
926 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800927 "vout6_Name": {
928 "type": "string"
929 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500930 "vout7_Max": {
931 "type": "number"
932 },
933 "vout7_Min": {
934 "type": "number"
935 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800936 "vout7_Name": {
937 "type": "string"
938 },
Scron Chang73347452020-12-30 20:00:39 +0800939 "vout8_Max": {
940 "type": "number"
941 },
942 "vout8_Min": {
943 "type": "number"
944 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800945 "vout8_Name": {
946 "type": "string"
947 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500948 "vout9_Max": {
949 "type": "number"
950 },
951 "vout9_Min": {
952 "type": "number"
953 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800954 "vout9_Name": {
955 "type": "string"
956 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500957 "vout10_Max": {
958 "type": "number"
959 },
960 "vout10_Min": {
961 "type": "number"
962 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800963 "vout10_Name": {
964 "type": "string"
965 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500966 "vout11_Max": {
967 "type": "number"
968 },
969 "vout11_Min": {
970 "type": "number"
971 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800972 "vout11_Name": {
973 "type": "string"
974 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500975 "vout12_Max": {
976 "type": "number"
977 },
978 "vout12_Min": {
979 "type": "number"
980 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800981 "vout12_Name": {
982 "type": "string"
983 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500984 "vout13_Max": {
985 "type": "number"
986 },
987 "vout13_Min": {
988 "type": "number"
989 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800990 "vout13_Name": {
991 "type": "string"
992 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500993 "vout14_Max": {
994 "type": "number"
995 },
996 "vout14_Min": {
997 "type": "number"
998 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800999 "vout14_Name": {
1000 "type": "string"
1001 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001002 "vout15_Max": {
1003 "type": "number"
1004 },
1005 "vout15_Min": {
1006 "type": "number"
1007 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001008 "vout15_Name": {
1009 "type": "string"
1010 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001011 "vout16_Max": {
1012 "type": "number"
1013 },
1014 "vout16_Min": {
1015 "type": "number"
1016 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001017 "vout16_Name": {
1018 "type": "string"
1019 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001020 "vout17_Max": {
1021 "type": "number"
1022 },
1023 "vout17_Min": {
1024 "type": "number"
1025 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001026 "vout17_Name": {
1027 "type": "string"
1028 },
Ali El-Haj-Mahmoud9f591c22023-05-08 14:10:17 -04001029 "fan1_Name": {
1030 "type": "string"
1031 },
Scron Chang73347452020-12-30 20:00:39 +08001032 "iout1_Offset": {
1033 "type": "number"
1034 },
1035 "pout1_Offset": {
1036 "type": "number"
1037 },
Scron Changf0941252021-01-22 21:02:50 +08001038 "iout1_Scale": {
1039 "type": "number"
1040 },
1041 "PollRate": {
1042 "type": "number"
1043 },
Brad Bishop66665882020-05-07 17:05:18 -04001044 "Type": {
1045 "type": "string"
Brad Bishop66665882020-05-07 17:05:18 -04001046 }
1047 }
1048 }
1049}