blob: 86dd16d2845d0c8c676cbd2f16b5f0a254c3f537 [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 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200255 "iin_Name": {
256 "$ref": "#/definitions/Types/iin_Name"
257 },
258 "in0_Name": {
259 "$ref": "#/definitions/Types/in0_Name"
260 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800261 "in1_Name": {
262 "$ref": "#/definitions/Types/in1_Name"
263 },
264 "in2_Name": {
265 "$ref": "#/definitions/Types/in2_Name"
266 },
267 "curr1_Name": {
268 "$ref": "#/definitions/Types/curr1_Name"
269 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200270 "curr2_Name": {
271 "$ref": "#/definitions/Types/curr2_Name"
272 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000273 "iin1_Max": {
274 "$ref": "#/definitions/Types/iin1_Max"
275 },
276 "iin1_Min": {
277 "$ref": "#/definitions/Types/iin1_Min"
278 },
279 "iin1_Name": {
280 "$ref": "#/definitions/Types/iin1_Name"
281 },
282 "iin2_Max": {
283 "$ref": "#/definitions/Types/iin2_Max"
284 },
285 "iin2_Min": {
286 "$ref": "#/definitions/Types/iin2_Min"
287 },
288 "iin2_Name": {
289 "$ref": "#/definitions/Types/iin2_Name"
290 },
291 "iin3_Max": {
292 "$ref": "#/definitions/Types/iin3_Max"
293 },
294 "iin3_Min": {
295 "$ref": "#/definitions/Types/iin3_Min"
296 },
297 "iin3_Name": {
298 "$ref": "#/definitions/Types/iin3_Name"
299 },
Scron Chang73347452020-12-30 20:00:39 +0800300 "iout1_Max": {
301 "$ref": "#/definitions/Types/iout1_Max"
302 },
303 "iout1_Min": {
304 "$ref": "#/definitions/Types/iout1_Min"
305 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800306 "iout1_Name": {
307 "$ref": "#/definitions/Types/iout1_Name"
308 },
309 "maxiout1_Name": {
310 "$ref": "#/definitions/Types/maxiout1_Name"
311 },
Scron Chang73347452020-12-30 20:00:39 +0800312 "iout2_Max": {
313 "$ref": "#/definitions/Types/iout2_Max"
314 },
315 "iout2_Min": {
316 "$ref": "#/definitions/Types/iout2_Min"
317 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800318 "iout2_Name": {
319 "$ref": "#/definitions/Types/iout2_Name"
320 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000321 "iout3_Max": {
322 "$ref": "#/definitions/Types/iout3_Max"
323 },
324 "iout3_Min": {
325 "$ref": "#/definitions/Types/iout3_Min"
326 },
327 "iout3_Name": {
328 "$ref": "#/definitions/Types/iout3_Name"
329 },
330 "pin1_Max": {
331 "$ref": "#/definitions/Types/pin1_Max"
332 },
333 "pin1_Min": {
334 "$ref": "#/definitions/Types/pin1_Min"
335 },
336 "pin1_Name": {
337 "$ref": "#/definitions/Types/pin1_Name"
338 },
339 "pin2_Max": {
340 "$ref": "#/definitions/Types/pin2_Max"
341 },
342 "pin2_Min": {
343 "$ref": "#/definitions/Types/pin2_Min"
344 },
345 "pin2_Name": {
346 "$ref": "#/definitions/Types/pin2_Name"
347 },
348 "pin3_Max": {
349 "$ref": "#/definitions/Types/pin3_Max"
350 },
351 "pin3_Min": {
352 "$ref": "#/definitions/Types/pin3_Min"
353 },
354 "pin3_Name": {
355 "$ref": "#/definitions/Types/pin3_Name"
356 },
Scron Chang73347452020-12-30 20:00:39 +0800357 "pout1_Max": {
358 "$ref": "#/definitions/Types/pout1_Max"
359 },
360 "pout1_Min": {
361 "$ref": "#/definitions/Types/pout1_Min"
362 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800363 "pout1_Name": {
364 "$ref": "#/definitions/Types/pout1_Name"
365 },
Scron Chang73347452020-12-30 20:00:39 +0800366 "pout2_Max": {
367 "$ref": "#/definitions/Types/pout2_Max"
368 },
369 "pout2_Min": {
370 "$ref": "#/definitions/Types/pout2_Min"
371 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800372 "pout2_Name": {
373 "$ref": "#/definitions/Types/pout2_Name"
374 },
Scron Chang73347452020-12-30 20:00:39 +0800375 "pout3_Max": {
376 "$ref": "#/definitions/Types/pout3_Max"
377 },
378 "pout3_Min": {
379 "$ref": "#/definitions/Types/pout3_Min"
380 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800381 "pout3_Name": {
382 "$ref": "#/definitions/Types/pout3_Name"
383 },
384 "power1_Name": {
385 "$ref": "#/definitions/Types/power1_Name"
386 },
387 "temp1_Name": {
388 "$ref": "#/definitions/Types/temp1_Name"
389 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000390 "temp2_Name": {
391 "$ref": "#/definitions/Types/temp2_Name"
392 },
393 "temp3_Name": {
394 "$ref": "#/definitions/Types/temp3_Name"
395 },
396 "temp4_Name": {
397 "$ref": "#/definitions/Types/temp4_Name"
398 },
Scron Chang73347452020-12-30 20:00:39 +0800399 "vout1_Max": {
400 "$ref": "#/definitions/Types/vout1_Max"
401 },
402 "vout1_Min": {
403 "$ref": "#/definitions/Types/vout1_Min"
404 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800405 "vout1_Name": {
406 "$ref": "#/definitions/Types/vout1_Name"
407 },
Scron Chang73347452020-12-30 20:00:39 +0800408 "vout2_Max": {
409 "$ref": "#/definitions/Types/vout2_Max"
410 },
411 "vout2_Min": {
412 "$ref": "#/definitions/Types/vout2_Min"
413 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800414 "vout2_Name": {
415 "$ref": "#/definitions/Types/vout2_Name"
416 },
Scron Chang73347452020-12-30 20:00:39 +0800417 "vout3_Max": {
418 "$ref": "#/definitions/Types/vout3_Max"
419 },
420 "vout3_Min": {
421 "$ref": "#/definitions/Types/vout3_Min"
422 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800423 "vout3_Name": {
424 "$ref": "#/definitions/Types/vout3_Name"
425 },
Scron Chang73347452020-12-30 20:00:39 +0800426 "vout4_Max": {
427 "$ref": "#/definitions/Types/vout4_Max"
428 },
429 "vout4_Min": {
430 "$ref": "#/definitions/Types/vout4_Min"
431 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800432 "vout4_Name": {
433 "$ref": "#/definitions/Types/vout4_Name"
434 },
Scron Chang73347452020-12-30 20:00:39 +0800435 "vout5_Max": {
436 "$ref": "#/definitions/Types/vout5_Max"
437 },
438 "vout5_Min": {
439 "$ref": "#/definitions/Types/vout5_Min"
440 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800441 "vout5_Name": {
442 "$ref": "#/definitions/Types/vout5_Name"
443 },
Scron Chang73347452020-12-30 20:00:39 +0800444 "vout6_Max": {
445 "$ref": "#/definitions/Types/vout6_Max"
446 },
447 "vout6_Min": {
448 "$ref": "#/definitions/Types/vout6_Min"
449 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800450 "vout6_Name": {
451 "$ref": "#/definitions/Types/vout6_Name"
452 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500453 "vout7_Max": {
454 "$ref": "#/definitions/Types/vout7_Max"
455 },
456 "vout7_Min": {
457 "$ref": "#/definitions/Types/vout7_Min"
458 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800459 "vout7_Name": {
460 "$ref": "#/definitions/Types/vout7_Name"
461 },
Scron Chang73347452020-12-30 20:00:39 +0800462 "vout8_Max": {
463 "$ref": "#/definitions/Types/vout8_Max"
464 },
465 "vout8_Min": {
466 "$ref": "#/definitions/Types/vout8_Min"
467 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800468 "vout8_Name": {
469 "$ref": "#/definitions/Types/vout8_Name"
470 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500471 "vout9_Max": {
472 "$ref": "#/definitions/Types/vout9_Max"
473 },
474 "vout9_Min": {
475 "$ref": "#/definitions/Types/vout9_Min"
476 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800477 "vout9_Name": {
478 "$ref": "#/definitions/Types/vout9_Name"
479 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500480 "vout10_Max": {
481 "$ref": "#/definitions/Types/vout10_Max"
482 },
483 "vout10_Min": {
484 "$ref": "#/definitions/Types/vout10_Min"
485 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800486 "vout10_Name": {
487 "$ref": "#/definitions/Types/vout10_Name"
488 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500489 "vout11_Max": {
490 "$ref": "#/definitions/Types/vout11_Max"
491 },
492 "vout11_Min": {
493 "$ref": "#/definitions/Types/vout11_Min"
494 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800495 "vout11_Name": {
496 "$ref": "#/definitions/Types/vout11_Name"
497 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500498 "vout12_Max": {
499 "$ref": "#/definitions/Types/vout12_Max"
500 },
501 "vout12_Min": {
502 "$ref": "#/definitions/Types/vout12_Min"
503 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800504 "vout12_Name": {
505 "$ref": "#/definitions/Types/vout12_Name"
506 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500507 "vout13_Max": {
508 "$ref": "#/definitions/Types/vout13_Max"
509 },
510 "vout13_Min": {
511 "$ref": "#/definitions/Types/vout13_Min"
512 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800513 "vout13_Name": {
514 "$ref": "#/definitions/Types/vout13_Name"
515 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500516 "vout14_Max": {
517 "$ref": "#/definitions/Types/vout14_Max"
518 },
519 "vout14_Min": {
520 "$ref": "#/definitions/Types/vout14_Min"
521 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800522 "vout14_Name": {
523 "$ref": "#/definitions/Types/vout14_Name"
524 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500525 "vout15_Max": {
526 "$ref": "#/definitions/Types/vout15_Max"
527 },
528 "vout15_Min": {
529 "$ref": "#/definitions/Types/vout15_Min"
530 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800531 "vout15_Name": {
532 "$ref": "#/definitions/Types/vout15_Name"
533 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500534 "vout16_Max": {
535 "$ref": "#/definitions/Types/vout16_Max"
536 },
537 "vout16_Min": {
538 "$ref": "#/definitions/Types/vout16_Min"
539 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800540 "vout16_Name": {
541 "$ref": "#/definitions/Types/vout16_Name"
542 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500543 "vout17_Max": {
544 "$ref": "#/definitions/Types/vout17_Max"
545 },
546 "vout17_Min": {
547 "$ref": "#/definitions/Types/vout17_Min"
548 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800549 "vout17_Name": {
550 "$ref": "#/definitions/Types/vout17_Name"
551 },
Ali El-Haj-Mahmoud9f591c22023-05-08 14:10:17 -0400552 "fan1_Name": {
553 "$ref": "#/definitions/Types/fan1_Name"
554 },
Scron Chang73347452020-12-30 20:00:39 +0800555 "iout1_Offset": {
556 "$ref": "#/definitions/Types/iout1_Offset"
557 },
558 "pout1_Offset": {
559 "$ref": "#/definitions/Types/pout1_Offset"
560 },
Scron Changf0941252021-01-22 21:02:50 +0800561 "iout1_Scale": {
562 "$ref": "#/definitions/Types/iout1_Scale"
563 },
564 "PollRate": {
565 "$ref": "#/definitions/Types/PollRate"
566 },
Brad Bishop66665882020-05-07 17:05:18 -0400567 "Type": {
568 "$ref": "#/definitions/Types/Type"
Brad Bishop66665882020-05-07 17:05:18 -0400569 }
570 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600571 "required": ["Name", "Type"],
Brad Bishop66665882020-05-07 17:05:18 -0400572 "type": "object"
573 },
574 "Types": {
575 "Address": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600576 "type": ["string", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400577 },
578 "AllowedFailures": {
579 "type": "number"
580 },
581 "AlphaF": {
582 "type": "number"
583 },
584 "AlphaS": {
585 "type": "number"
586 },
587 "BindConnector": {
588 "type": "string"
589 },
590 "BindPresence": {
591 "type": "string"
592 },
593 "BridgeGpio": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600594 "type": ["number", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400595 },
596 "Bus": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600597 "type": ["string", "number"]
Brad Bishop66665882020-05-07 17:05:18 -0400598 },
599 "C1": {
600 "type": "number"
601 },
602 "C2": {
603 "type": "number"
604 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400605 "CPURequired": {
606 "type": "number"
607 },
Brad Bishop66665882020-05-07 17:05:18 -0400608 "ChannelNames": {
609 "items": {
610 "type": "string"
611 },
612 "type": "array"
613 },
614 "Class": {
615 "type": "string"
616 },
617 "Connector": {
618 "properties": {
619 "Name": {
620 "type": "string"
621 },
622 "Pwm": {
623 "type": "number"
624 },
625 "Tachs": {
626 "items": {
627 "type": "number"
628 },
629 "type": "array"
630 }
631 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600632 "required": ["Name", "Pwm", "Tachs"],
Brad Bishop66665882020-05-07 17:05:18 -0400633 "type": "object"
634 },
635 "CpuID": {
636 "type": "number"
637 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400638 "CurrScaleFactor": {
639 "type": "number"
640 },
Brad Bishop66665882020-05-07 17:05:18 -0400641 "Direction": {
642 "type": "string"
643 },
644 "DtsCritOffset": {
645 "type": "number"
646 },
Oskar Senftf38b37c2021-09-07 13:07:11 -0400647 "EntityId": {
648 "type": "number"
649 },
650 "EntityInstance": {
651 "type": "number"
652 },
Brad Bishop66665882020-05-07 17:05:18 -0400653 "FaultIndex": {
654 "type": "number"
655 },
656 "FaultType": {
657 "type": "string"
658 },
659 "GpioPins": {
660 "items": {
661 "type": "number"
662 },
663 "type": "array"
664 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400665 "GpioPolarity": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600666 "enum": ["Low"]
Brad Bishop98e78b72020-06-22 16:12:15 -0400667 },
Brad Bishop66665882020-05-07 17:05:18 -0400668 "Index": {
669 "type": "number"
670 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800671 "InScaleFactor": {
672 "type": "number"
673 },
Brad Bishop66665882020-05-07 17:05:18 -0400674 "Labels": {
675 "items": {
676 "type": "string"
677 },
678 "type": "array"
679 },
680 "LedGpioPins": {
681 "items": {
682 "type": "number"
683 },
684 "type": "array"
685 },
686 "MaxCFM": {
687 "type": "number"
688 },
689 "MaxReading": {
690 "type": "number"
691 },
Josh Lehan0836ce02021-01-21 20:32:42 -0800692 "MaxValue": {
693 "type": "number"
694 },
695 "Units": {
Rashmica Gupta96a08d82021-07-29 18:53:06 +1000696 "type": "string",
697 "enum": [
698 "DegreesC",
699 "RPMS",
700 "Volts",
701 "Meters",
702 "Amperes",
703 "Watts",
704 "Joules",
705 "Percent",
706 "CFM",
707 "Pascals"
708 ]
Josh Lehan0836ce02021-01-21 20:32:42 -0800709 },
710 "MinReading": {
711 "type": "number"
712 },
713 "MinValue": {
714 "type": "number"
715 },
Brad Bishop66665882020-05-07 17:05:18 -0400716 "Name": {
717 "type": "string"
718 },
719 "Name1": {
720 "type": "string"
721 },
Scron Chang73347452020-12-30 20:00:39 +0800722 "Name2": {
723 "type": "string"
724 },
725 "Name3": {
726 "type": "string"
727 },
728 "Name4": {
729 "type": "string"
730 },
731 "Name5": {
732 "type": "string"
733 },
734 "Name6": {
735 "type": "string"
736 },
737 "Name7": {
738 "type": "string"
739 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500740 "Name8": {
741 "type": "string"
742 },
743 "Name9": {
744 "type": "string"
745 },
746 "Name10": {
747 "type": "string"
748 },
749 "Name11": {
750 "type": "string"
751 },
752 "Name12": {
753 "type": "string"
754 },
755 "Name13": {
756 "type": "string"
757 },
758 "Name14": {
759 "type": "string"
760 },
761 "Name15": {
762 "type": "string"
763 },
764 "Name16": {
765 "type": "string"
766 },
767 "Name17": {
768 "type": "string"
769 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400770 "OffsetValue": {
771 "type": "number"
772 },
Brad Bishop66665882020-05-07 17:05:18 -0400773 "Polarity": {
774 "type": "string"
775 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400776 "Polling": {
777 "type": "object"
778 },
Brad Bishop66665882020-05-07 17:05:18 -0400779 "PowerFactorMax": {
780 "type": "number"
781 },
782 "PowerFactorMin": {
783 "type": "number"
784 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400785 "PowerScaleFactor": {
786 "type": "number"
787 },
Brad Bishop66665882020-05-07 17:05:18 -0400788 "PowerState": {
789 "type": "string"
790 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400791 "Presence": {
792 "properties": {
793 "PinName": {
794 "type": "string"
795 },
796 "Polarity": {
797 "enum": "Low"
798 }
799 },
800 "type": "object"
801 },
Brad Bishop66665882020-05-07 17:05:18 -0400802 "PresenceGpio": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600803 "type": ["number", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400804 },
Brad Bishop66665882020-05-07 17:05:18 -0400805 "Pwm": {
806 "type": "number"
807 },
808 "QMax": {
809 "type": "number"
810 },
811 "QMin": {
812 "type": "number"
813 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400814 "RedundantCount": {
815 "type": "number"
816 },
Brad Bishop66665882020-05-07 17:05:18 -0400817 "ScaleFactor": {
818 "type": "number"
819 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400820 "ScaleValue": {
821 "type": "number"
822 },
823 "SensorType": {
824 "type": "string"
825 },
Brad Bishop66665882020-05-07 17:05:18 -0400826 "TachMaxPercent": {
827 "type": "number"
828 },
829 "TachMinPercent": {
830 "type": "number"
831 },
832 "Tachs": {
833 "items": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600834 "type": ["number", "string"]
Brad Bishop66665882020-05-07 17:05:18 -0400835 },
836 "type": "array"
837 },
838 "Thresholds": {
839 "items": {
840 "properties": {
841 "Direction": {
842 "type": "string"
843 },
Rashmica Gupta3c543602021-07-29 15:14:36 +1000844 "Hysteresis": {
845 "type": "number"
846 },
Brad Bishop66665882020-05-07 17:05:18 -0400847 "Label": {
848 "type": "string"
849 },
850 "Name": {
851 "type": "string"
852 },
853 "Severity": {
Rashmica Guptae5437572021-07-29 19:12:15 +1000854 "type": "number",
855 "minimum": 0,
856 "maximum": 4
Brad Bishop66665882020-05-07 17:05:18 -0400857 },
858 "Value": {
859 "type": "number"
860 }
861 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600862 "required": ["Direction", "Name", "Severity", "Value"],
Brad Bishop66665882020-05-07 17:05:18 -0400863 "type": "object"
864 },
865 "type": "array"
866 },
Josh Lehanfea4f1a2021-03-17 16:31:33 -0700867 "Timeout": {
868 "type": "number"
869 },
Anoop Sa5a716d2020-11-26 18:57:26 +0000870 "HostSMbusIndex": {
871 "type": "number"
872 },
Scron Chang73347452020-12-30 20:00:39 +0800873 "pin_Max": {
874 "type": "number"
875 },
876 "pin_Min": {
877 "type": "number"
878 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800879 "pin_Name": {
880 "type": "string"
881 },
882 "maxpin_Name": {
883 "type": "string"
884 },
Scron Chang73347452020-12-30 20:00:39 +0800885 "vin_Max": {
886 "type": "number"
887 },
888 "vin_Min": {
889 "type": "number"
890 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800891 "vin_Name": {
892 "type": "string"
893 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200894 "iin_Name": {
895 "type": "string"
896 },
897 "in0_Name": {
898 "type": "string"
899 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800900 "in1_Name": {
901 "type": "string"
902 },
903 "in2_Name": {
904 "type": "string"
905 },
906 "curr1_Name": {
907 "type": "string"
908 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200909 "curr2_Name": {
910 "type": "string"
911 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000912 "iin1_Max": {
913 "type": "number"
914 },
915 "iin1_Min": {
916 "type": "number"
917 },
918 "iin1_Name": {
919 "type": "string"
920 },
921 "iin2_Max": {
922 "type": "number"
923 },
924 "iin2_Min": {
925 "type": "number"
926 },
927 "iin2_Name": {
928 "type": "string"
929 },
930 "iin3_Max": {
931 "type": "number"
932 },
933 "iin3_Min": {
934 "type": "number"
935 },
936 "iin3_Name": {
937 "type": "string"
938 },
Scron Chang73347452020-12-30 20:00:39 +0800939 "iout1_Max": {
940 "type": "number"
941 },
942 "iout1_Min": {
943 "type": "number"
944 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800945 "iout1_Name": {
946 "type": "string"
947 },
948 "maxiout1_Name": {
949 "type": "string"
950 },
Scron Chang73347452020-12-30 20:00:39 +0800951 "iout2_Max": {
952 "type": "number"
953 },
954 "iout2_Min": {
955 "type": "number"
956 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800957 "iout2_Name": {
958 "type": "string"
959 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000960 "iout3_Max": {
961 "type": "number"
962 },
963 "iout3_Min": {
964 "type": "number"
965 },
966 "iout3_Name": {
967 "type": "string"
968 },
969 "pin1_Max": {
970 "type": "number"
971 },
972 "pin1_Min": {
973 "type": "number"
974 },
975 "pin1_Name": {
976 "type": "string"
977 },
978 "pin2_Max": {
979 "type": "number"
980 },
981 "pin2_Min": {
982 "type": "number"
983 },
984 "pin2_Name": {
985 "type": "string"
986 },
987 "pin3_Max": {
988 "type": "number"
989 },
990 "pin3_Min": {
991 "type": "number"
992 },
993 "pin3_Name": {
994 "type": "string"
995 },
Scron Chang73347452020-12-30 20:00:39 +0800996 "pout1_Max": {
997 "type": "number"
998 },
999 "pout1_Min": {
1000 "type": "number"
1001 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001002 "pout1_Name": {
1003 "type": "string"
1004 },
Scron Chang73347452020-12-30 20:00:39 +08001005 "pout2_Max": {
1006 "type": "number"
1007 },
1008 "pout2_Min": {
1009 "type": "number"
1010 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001011 "pout2_Name": {
1012 "type": "string"
1013 },
Scron Chang73347452020-12-30 20:00:39 +08001014 "pout3_Max": {
1015 "type": "number"
1016 },
1017 "pout3_Min": {
1018 "type": "number"
1019 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001020 "pout3_Name": {
1021 "type": "string"
1022 },
1023 "power1_Name": {
1024 "type": "string"
1025 },
1026 "temp1_Name": {
1027 "type": "string"
1028 },
Zev Weiss585d08c2023-11-07 07:43:45 +00001029 "temp2_Name": {
1030 "type": "string"
1031 },
1032 "temp3_Name": {
1033 "type": "string"
1034 },
1035 "temp4_Name": {
1036 "type": "string"
1037 },
Scron Chang73347452020-12-30 20:00:39 +08001038 "vout1_Max": {
1039 "type": "number"
1040 },
1041 "vout1_Min": {
1042 "type": "number"
1043 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001044 "vout1_Name": {
1045 "type": "string"
1046 },
Scron Chang73347452020-12-30 20:00:39 +08001047 "vout2_Max": {
1048 "type": "number"
1049 },
1050 "vout2_Min": {
1051 "type": "number"
1052 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001053 "vout2_Name": {
1054 "type": "string"
1055 },
Scron Chang73347452020-12-30 20:00:39 +08001056 "vout3_Max": {
1057 "type": "number"
1058 },
1059 "vout3_Min": {
1060 "type": "number"
1061 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001062 "vout3_Name": {
1063 "type": "string"
1064 },
Scron Chang73347452020-12-30 20:00:39 +08001065 "vout4_Max": {
1066 "type": "number"
1067 },
1068 "vout4_Min": {
1069 "type": "number"
1070 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001071 "vout4_Name": {
1072 "type": "string"
1073 },
Scron Chang73347452020-12-30 20:00:39 +08001074 "vout5_Max": {
1075 "type": "number"
1076 },
1077 "vout5_Min": {
1078 "type": "number"
1079 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001080 "vout5_Name": {
1081 "type": "string"
1082 },
Scron Chang73347452020-12-30 20:00:39 +08001083 "vout6_Max": {
1084 "type": "number"
1085 },
1086 "vout6_Min": {
1087 "type": "number"
1088 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001089 "vout6_Name": {
1090 "type": "string"
1091 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001092 "vout7_Max": {
1093 "type": "number"
1094 },
1095 "vout7_Min": {
1096 "type": "number"
1097 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001098 "vout7_Name": {
1099 "type": "string"
1100 },
Scron Chang73347452020-12-30 20:00:39 +08001101 "vout8_Max": {
1102 "type": "number"
1103 },
1104 "vout8_Min": {
1105 "type": "number"
1106 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001107 "vout8_Name": {
1108 "type": "string"
1109 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001110 "vout9_Max": {
1111 "type": "number"
1112 },
1113 "vout9_Min": {
1114 "type": "number"
1115 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001116 "vout9_Name": {
1117 "type": "string"
1118 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001119 "vout10_Max": {
1120 "type": "number"
1121 },
1122 "vout10_Min": {
1123 "type": "number"
1124 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001125 "vout10_Name": {
1126 "type": "string"
1127 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001128 "vout11_Max": {
1129 "type": "number"
1130 },
1131 "vout11_Min": {
1132 "type": "number"
1133 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001134 "vout11_Name": {
1135 "type": "string"
1136 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001137 "vout12_Max": {
1138 "type": "number"
1139 },
1140 "vout12_Min": {
1141 "type": "number"
1142 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001143 "vout12_Name": {
1144 "type": "string"
1145 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001146 "vout13_Max": {
1147 "type": "number"
1148 },
1149 "vout13_Min": {
1150 "type": "number"
1151 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001152 "vout13_Name": {
1153 "type": "string"
1154 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001155 "vout14_Max": {
1156 "type": "number"
1157 },
1158 "vout14_Min": {
1159 "type": "number"
1160 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001161 "vout14_Name": {
1162 "type": "string"
1163 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001164 "vout15_Max": {
1165 "type": "number"
1166 },
1167 "vout15_Min": {
1168 "type": "number"
1169 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001170 "vout15_Name": {
1171 "type": "string"
1172 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001173 "vout16_Max": {
1174 "type": "number"
1175 },
1176 "vout16_Min": {
1177 "type": "number"
1178 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001179 "vout16_Name": {
1180 "type": "string"
1181 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001182 "vout17_Max": {
1183 "type": "number"
1184 },
1185 "vout17_Min": {
1186 "type": "number"
1187 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001188 "vout17_Name": {
1189 "type": "string"
1190 },
Ali El-Haj-Mahmoud9f591c22023-05-08 14:10:17 -04001191 "fan1_Name": {
1192 "type": "string"
1193 },
Scron Chang73347452020-12-30 20:00:39 +08001194 "iout1_Offset": {
1195 "type": "number"
1196 },
1197 "pout1_Offset": {
1198 "type": "number"
1199 },
Scron Changf0941252021-01-22 21:02:50 +08001200 "iout1_Scale": {
1201 "type": "number"
1202 },
1203 "PollRate": {
1204 "type": "number"
1205 },
Brad Bishop66665882020-05-07 17:05:18 -04001206 "Type": {
1207 "type": "string"
Brad Bishop66665882020-05-07 17:05:18 -04001208 }
1209 }
1210 }
1211}