blob: b010d07b6b6786d8291624db8e6b53775235bdf3 [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 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800267 "in3_Name": {
268 "$ref": "#/definitions/Types/in3_Name"
269 },
270 "in4_Name": {
271 "$ref": "#/definitions/Types/in4_Name"
272 },
273 "in5_Name": {
274 "$ref": "#/definitions/Types/in5_Name"
275 },
276 "in6_Name": {
277 "$ref": "#/definitions/Types/in6_Name"
278 },
279 "in7_Name": {
280 "$ref": "#/definitions/Types/in7_Name"
281 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800282 "curr1_Name": {
283 "$ref": "#/definitions/Types/curr1_Name"
284 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200285 "curr2_Name": {
286 "$ref": "#/definitions/Types/curr2_Name"
287 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000288 "iin1_Max": {
289 "$ref": "#/definitions/Types/iin1_Max"
290 },
291 "iin1_Min": {
292 "$ref": "#/definitions/Types/iin1_Min"
293 },
294 "iin1_Name": {
295 "$ref": "#/definitions/Types/iin1_Name"
296 },
297 "iin2_Max": {
298 "$ref": "#/definitions/Types/iin2_Max"
299 },
300 "iin2_Min": {
301 "$ref": "#/definitions/Types/iin2_Min"
302 },
303 "iin2_Name": {
304 "$ref": "#/definitions/Types/iin2_Name"
305 },
306 "iin3_Max": {
307 "$ref": "#/definitions/Types/iin3_Max"
308 },
309 "iin3_Min": {
310 "$ref": "#/definitions/Types/iin3_Min"
311 },
312 "iin3_Name": {
313 "$ref": "#/definitions/Types/iin3_Name"
314 },
Scron Chang73347452020-12-30 20:00:39 +0800315 "iout1_Max": {
316 "$ref": "#/definitions/Types/iout1_Max"
317 },
318 "iout1_Min": {
319 "$ref": "#/definitions/Types/iout1_Min"
320 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800321 "iout1_Name": {
322 "$ref": "#/definitions/Types/iout1_Name"
323 },
324 "maxiout1_Name": {
325 "$ref": "#/definitions/Types/maxiout1_Name"
326 },
Scron Chang73347452020-12-30 20:00:39 +0800327 "iout2_Max": {
328 "$ref": "#/definitions/Types/iout2_Max"
329 },
330 "iout2_Min": {
331 "$ref": "#/definitions/Types/iout2_Min"
332 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800333 "iout2_Name": {
334 "$ref": "#/definitions/Types/iout2_Name"
335 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000336 "iout3_Max": {
337 "$ref": "#/definitions/Types/iout3_Max"
338 },
339 "iout3_Min": {
340 "$ref": "#/definitions/Types/iout3_Min"
341 },
342 "iout3_Name": {
343 "$ref": "#/definitions/Types/iout3_Name"
344 },
345 "pin1_Max": {
346 "$ref": "#/definitions/Types/pin1_Max"
347 },
348 "pin1_Min": {
349 "$ref": "#/definitions/Types/pin1_Min"
350 },
351 "pin1_Name": {
352 "$ref": "#/definitions/Types/pin1_Name"
353 },
354 "pin2_Max": {
355 "$ref": "#/definitions/Types/pin2_Max"
356 },
357 "pin2_Min": {
358 "$ref": "#/definitions/Types/pin2_Min"
359 },
360 "pin2_Name": {
361 "$ref": "#/definitions/Types/pin2_Name"
362 },
363 "pin3_Max": {
364 "$ref": "#/definitions/Types/pin3_Max"
365 },
366 "pin3_Min": {
367 "$ref": "#/definitions/Types/pin3_Min"
368 },
369 "pin3_Name": {
370 "$ref": "#/definitions/Types/pin3_Name"
371 },
Scron Chang73347452020-12-30 20:00:39 +0800372 "pout1_Max": {
373 "$ref": "#/definitions/Types/pout1_Max"
374 },
375 "pout1_Min": {
376 "$ref": "#/definitions/Types/pout1_Min"
377 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800378 "pout1_Name": {
379 "$ref": "#/definitions/Types/pout1_Name"
380 },
Scron Chang73347452020-12-30 20:00:39 +0800381 "pout2_Max": {
382 "$ref": "#/definitions/Types/pout2_Max"
383 },
384 "pout2_Min": {
385 "$ref": "#/definitions/Types/pout2_Min"
386 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800387 "pout2_Name": {
388 "$ref": "#/definitions/Types/pout2_Name"
389 },
Scron Chang73347452020-12-30 20:00:39 +0800390 "pout3_Max": {
391 "$ref": "#/definitions/Types/pout3_Max"
392 },
393 "pout3_Min": {
394 "$ref": "#/definitions/Types/pout3_Min"
395 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800396 "pout3_Name": {
397 "$ref": "#/definitions/Types/pout3_Name"
398 },
399 "power1_Name": {
400 "$ref": "#/definitions/Types/power1_Name"
401 },
402 "temp1_Name": {
403 "$ref": "#/definitions/Types/temp1_Name"
404 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000405 "temp2_Name": {
406 "$ref": "#/definitions/Types/temp2_Name"
407 },
408 "temp3_Name": {
409 "$ref": "#/definitions/Types/temp3_Name"
410 },
411 "temp4_Name": {
412 "$ref": "#/definitions/Types/temp4_Name"
413 },
Scron Chang73347452020-12-30 20:00:39 +0800414 "vout1_Max": {
415 "$ref": "#/definitions/Types/vout1_Max"
416 },
417 "vout1_Min": {
418 "$ref": "#/definitions/Types/vout1_Min"
419 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800420 "vout1_Name": {
421 "$ref": "#/definitions/Types/vout1_Name"
422 },
Scron Chang73347452020-12-30 20:00:39 +0800423 "vout2_Max": {
424 "$ref": "#/definitions/Types/vout2_Max"
425 },
426 "vout2_Min": {
427 "$ref": "#/definitions/Types/vout2_Min"
428 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800429 "vout2_Name": {
430 "$ref": "#/definitions/Types/vout2_Name"
431 },
Scron Chang73347452020-12-30 20:00:39 +0800432 "vout3_Max": {
433 "$ref": "#/definitions/Types/vout3_Max"
434 },
435 "vout3_Min": {
436 "$ref": "#/definitions/Types/vout3_Min"
437 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800438 "vout3_Name": {
439 "$ref": "#/definitions/Types/vout3_Name"
440 },
Scron Chang73347452020-12-30 20:00:39 +0800441 "vout4_Max": {
442 "$ref": "#/definitions/Types/vout4_Max"
443 },
444 "vout4_Min": {
445 "$ref": "#/definitions/Types/vout4_Min"
446 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800447 "vout4_Name": {
448 "$ref": "#/definitions/Types/vout4_Name"
449 },
Scron Chang73347452020-12-30 20:00:39 +0800450 "vout5_Max": {
451 "$ref": "#/definitions/Types/vout5_Max"
452 },
453 "vout5_Min": {
454 "$ref": "#/definitions/Types/vout5_Min"
455 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800456 "vout5_Name": {
457 "$ref": "#/definitions/Types/vout5_Name"
458 },
Scron Chang73347452020-12-30 20:00:39 +0800459 "vout6_Max": {
460 "$ref": "#/definitions/Types/vout6_Max"
461 },
462 "vout6_Min": {
463 "$ref": "#/definitions/Types/vout6_Min"
464 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800465 "vout6_Name": {
466 "$ref": "#/definitions/Types/vout6_Name"
467 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500468 "vout7_Max": {
469 "$ref": "#/definitions/Types/vout7_Max"
470 },
471 "vout7_Min": {
472 "$ref": "#/definitions/Types/vout7_Min"
473 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800474 "vout7_Name": {
475 "$ref": "#/definitions/Types/vout7_Name"
476 },
Scron Chang73347452020-12-30 20:00:39 +0800477 "vout8_Max": {
478 "$ref": "#/definitions/Types/vout8_Max"
479 },
480 "vout8_Min": {
481 "$ref": "#/definitions/Types/vout8_Min"
482 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800483 "vout8_Name": {
484 "$ref": "#/definitions/Types/vout8_Name"
485 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500486 "vout9_Max": {
487 "$ref": "#/definitions/Types/vout9_Max"
488 },
489 "vout9_Min": {
490 "$ref": "#/definitions/Types/vout9_Min"
491 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800492 "vout9_Name": {
493 "$ref": "#/definitions/Types/vout9_Name"
494 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500495 "vout10_Max": {
496 "$ref": "#/definitions/Types/vout10_Max"
497 },
498 "vout10_Min": {
499 "$ref": "#/definitions/Types/vout10_Min"
500 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800501 "vout10_Name": {
502 "$ref": "#/definitions/Types/vout10_Name"
503 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500504 "vout11_Max": {
505 "$ref": "#/definitions/Types/vout11_Max"
506 },
507 "vout11_Min": {
508 "$ref": "#/definitions/Types/vout11_Min"
509 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800510 "vout11_Name": {
511 "$ref": "#/definitions/Types/vout11_Name"
512 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500513 "vout12_Max": {
514 "$ref": "#/definitions/Types/vout12_Max"
515 },
516 "vout12_Min": {
517 "$ref": "#/definitions/Types/vout12_Min"
518 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800519 "vout12_Name": {
520 "$ref": "#/definitions/Types/vout12_Name"
521 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500522 "vout13_Max": {
523 "$ref": "#/definitions/Types/vout13_Max"
524 },
525 "vout13_Min": {
526 "$ref": "#/definitions/Types/vout13_Min"
527 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800528 "vout13_Name": {
529 "$ref": "#/definitions/Types/vout13_Name"
530 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500531 "vout14_Max": {
532 "$ref": "#/definitions/Types/vout14_Max"
533 },
534 "vout14_Min": {
535 "$ref": "#/definitions/Types/vout14_Min"
536 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800537 "vout14_Name": {
538 "$ref": "#/definitions/Types/vout14_Name"
539 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500540 "vout15_Max": {
541 "$ref": "#/definitions/Types/vout15_Max"
542 },
543 "vout15_Min": {
544 "$ref": "#/definitions/Types/vout15_Min"
545 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800546 "vout15_Name": {
547 "$ref": "#/definitions/Types/vout15_Name"
548 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500549 "vout16_Max": {
550 "$ref": "#/definitions/Types/vout16_Max"
551 },
552 "vout16_Min": {
553 "$ref": "#/definitions/Types/vout16_Min"
554 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800555 "vout16_Name": {
556 "$ref": "#/definitions/Types/vout16_Name"
557 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500558 "vout17_Max": {
559 "$ref": "#/definitions/Types/vout17_Max"
560 },
561 "vout17_Min": {
562 "$ref": "#/definitions/Types/vout17_Min"
563 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800564 "vout17_Name": {
565 "$ref": "#/definitions/Types/vout17_Name"
566 },
Ali El-Haj-Mahmoud9f591c22023-05-08 14:10:17 -0400567 "fan1_Name": {
568 "$ref": "#/definitions/Types/fan1_Name"
569 },
Scron Chang73347452020-12-30 20:00:39 +0800570 "iout1_Offset": {
571 "$ref": "#/definitions/Types/iout1_Offset"
572 },
573 "pout1_Offset": {
574 "$ref": "#/definitions/Types/pout1_Offset"
575 },
Scron Changf0941252021-01-22 21:02:50 +0800576 "iout1_Scale": {
577 "$ref": "#/definitions/Types/iout1_Scale"
578 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800579 "in0_Scale": {
580 "$ref": "#/definitions/Types/in0_Scale"
581 },
582 "in1_Scale": {
583 "$ref": "#/definitions/Types/in1_Scale"
584 },
585 "in2_Scale": {
586 "$ref": "#/definitions/Types/in2_Scale"
587 },
588 "in3_Scale": {
589 "$ref": "#/definitions/Types/in3_Scale"
590 },
591 "in4_Scale": {
592 "$ref": "#/definitions/Types/in4_Scale"
593 },
594 "in5_Scale": {
595 "$ref": "#/definitions/Types/in5_Scale"
596 },
597 "in6_Scale": {
598 "$ref": "#/definitions/Types/in6_Scale"
599 },
600 "in7_Scale": {
601 "$ref": "#/definitions/Types/in7_Scale"
602 },
Scron Changf0941252021-01-22 21:02:50 +0800603 "PollRate": {
604 "$ref": "#/definitions/Types/PollRate"
605 },
Brad Bishop66665882020-05-07 17:05:18 -0400606 "Type": {
607 "$ref": "#/definitions/Types/Type"
Brad Bishop66665882020-05-07 17:05:18 -0400608 }
609 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600610 "required": ["Name", "Type"],
Brad Bishop66665882020-05-07 17:05:18 -0400611 "type": "object"
612 },
613 "Types": {
614 "Address": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600615 "type": ["string", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400616 },
617 "AllowedFailures": {
618 "type": "number"
619 },
620 "AlphaF": {
621 "type": "number"
622 },
623 "AlphaS": {
624 "type": "number"
625 },
626 "BindConnector": {
627 "type": "string"
628 },
629 "BindPresence": {
630 "type": "string"
631 },
632 "BridgeGpio": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600633 "type": ["number", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400634 },
635 "Bus": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600636 "type": ["string", "number"]
Brad Bishop66665882020-05-07 17:05:18 -0400637 },
638 "C1": {
639 "type": "number"
640 },
641 "C2": {
642 "type": "number"
643 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400644 "CPURequired": {
645 "type": "number"
646 },
Brad Bishop66665882020-05-07 17:05:18 -0400647 "ChannelNames": {
648 "items": {
649 "type": "string"
650 },
651 "type": "array"
652 },
653 "Class": {
654 "type": "string"
655 },
656 "Connector": {
657 "properties": {
658 "Name": {
659 "type": "string"
660 },
661 "Pwm": {
662 "type": "number"
663 },
664 "Tachs": {
665 "items": {
666 "type": "number"
667 },
668 "type": "array"
669 }
670 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600671 "required": ["Name", "Pwm", "Tachs"],
Brad Bishop66665882020-05-07 17:05:18 -0400672 "type": "object"
673 },
674 "CpuID": {
675 "type": "number"
676 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400677 "CurrScaleFactor": {
678 "type": "number"
679 },
Brad Bishop66665882020-05-07 17:05:18 -0400680 "Direction": {
681 "type": "string"
682 },
683 "DtsCritOffset": {
684 "type": "number"
685 },
Oskar Senftf38b37c2021-09-07 13:07:11 -0400686 "EntityId": {
687 "type": "number"
688 },
689 "EntityInstance": {
690 "type": "number"
691 },
Brad Bishop66665882020-05-07 17:05:18 -0400692 "FaultIndex": {
693 "type": "number"
694 },
695 "FaultType": {
696 "type": "string"
697 },
698 "GpioPins": {
699 "items": {
700 "type": "number"
701 },
702 "type": "array"
703 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400704 "GpioPolarity": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600705 "enum": ["Low"]
Brad Bishop98e78b72020-06-22 16:12:15 -0400706 },
Brad Bishop66665882020-05-07 17:05:18 -0400707 "Index": {
708 "type": "number"
709 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800710 "InScaleFactor": {
711 "type": "number"
712 },
Brad Bishop66665882020-05-07 17:05:18 -0400713 "Labels": {
714 "items": {
715 "type": "string"
716 },
717 "type": "array"
718 },
719 "LedGpioPins": {
720 "items": {
721 "type": "number"
722 },
723 "type": "array"
724 },
725 "MaxCFM": {
726 "type": "number"
727 },
728 "MaxReading": {
729 "type": "number"
730 },
Josh Lehan0836ce02021-01-21 20:32:42 -0800731 "MaxValue": {
732 "type": "number"
733 },
734 "Units": {
Rashmica Gupta96a08d82021-07-29 18:53:06 +1000735 "type": "string",
736 "enum": [
737 "DegreesC",
738 "RPMS",
739 "Volts",
740 "Meters",
741 "Amperes",
742 "Watts",
743 "Joules",
744 "Percent",
745 "CFM",
746 "Pascals"
747 ]
Josh Lehan0836ce02021-01-21 20:32:42 -0800748 },
749 "MinReading": {
750 "type": "number"
751 },
752 "MinValue": {
753 "type": "number"
754 },
Brad Bishop66665882020-05-07 17:05:18 -0400755 "Name": {
756 "type": "string"
757 },
758 "Name1": {
759 "type": "string"
760 },
Scron Chang73347452020-12-30 20:00:39 +0800761 "Name2": {
762 "type": "string"
763 },
764 "Name3": {
765 "type": "string"
766 },
767 "Name4": {
768 "type": "string"
769 },
770 "Name5": {
771 "type": "string"
772 },
773 "Name6": {
774 "type": "string"
775 },
776 "Name7": {
777 "type": "string"
778 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500779 "Name8": {
780 "type": "string"
781 },
782 "Name9": {
783 "type": "string"
784 },
785 "Name10": {
786 "type": "string"
787 },
788 "Name11": {
789 "type": "string"
790 },
791 "Name12": {
792 "type": "string"
793 },
794 "Name13": {
795 "type": "string"
796 },
797 "Name14": {
798 "type": "string"
799 },
800 "Name15": {
801 "type": "string"
802 },
803 "Name16": {
804 "type": "string"
805 },
806 "Name17": {
807 "type": "string"
808 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400809 "OffsetValue": {
810 "type": "number"
811 },
Brad Bishop66665882020-05-07 17:05:18 -0400812 "Polarity": {
813 "type": "string"
814 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400815 "Polling": {
816 "type": "object"
817 },
Brad Bishop66665882020-05-07 17:05:18 -0400818 "PowerFactorMax": {
819 "type": "number"
820 },
821 "PowerFactorMin": {
822 "type": "number"
823 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400824 "PowerScaleFactor": {
825 "type": "number"
826 },
Brad Bishop66665882020-05-07 17:05:18 -0400827 "PowerState": {
828 "type": "string"
829 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400830 "Presence": {
831 "properties": {
832 "PinName": {
833 "type": "string"
834 },
835 "Polarity": {
836 "enum": "Low"
837 }
838 },
839 "type": "object"
840 },
Brad Bishop66665882020-05-07 17:05:18 -0400841 "PresenceGpio": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600842 "type": ["number", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400843 },
Brad Bishop66665882020-05-07 17:05:18 -0400844 "Pwm": {
845 "type": "number"
846 },
847 "QMax": {
848 "type": "number"
849 },
850 "QMin": {
851 "type": "number"
852 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400853 "RedundantCount": {
854 "type": "number"
855 },
Brad Bishop66665882020-05-07 17:05:18 -0400856 "ScaleFactor": {
857 "type": "number"
858 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400859 "ScaleValue": {
860 "type": "number"
861 },
862 "SensorType": {
863 "type": "string"
864 },
Brad Bishop66665882020-05-07 17:05:18 -0400865 "TachMaxPercent": {
866 "type": "number"
867 },
868 "TachMinPercent": {
869 "type": "number"
870 },
871 "Tachs": {
872 "items": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600873 "type": ["number", "string"]
Brad Bishop66665882020-05-07 17:05:18 -0400874 },
875 "type": "array"
876 },
877 "Thresholds": {
878 "items": {
879 "properties": {
880 "Direction": {
881 "type": "string"
882 },
Rashmica Gupta3c543602021-07-29 15:14:36 +1000883 "Hysteresis": {
884 "type": "number"
885 },
Brad Bishop66665882020-05-07 17:05:18 -0400886 "Label": {
887 "type": "string"
888 },
889 "Name": {
890 "type": "string"
891 },
892 "Severity": {
Rashmica Guptae5437572021-07-29 19:12:15 +1000893 "type": "number",
894 "minimum": 0,
895 "maximum": 4
Brad Bishop66665882020-05-07 17:05:18 -0400896 },
897 "Value": {
898 "type": "number"
899 }
900 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600901 "required": ["Direction", "Name", "Severity", "Value"],
Brad Bishop66665882020-05-07 17:05:18 -0400902 "type": "object"
903 },
904 "type": "array"
905 },
Josh Lehanfea4f1a2021-03-17 16:31:33 -0700906 "Timeout": {
907 "type": "number"
908 },
Anoop Sa5a716d2020-11-26 18:57:26 +0000909 "HostSMbusIndex": {
910 "type": "number"
911 },
Scron Chang73347452020-12-30 20:00:39 +0800912 "pin_Max": {
913 "type": "number"
914 },
915 "pin_Min": {
916 "type": "number"
917 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800918 "pin_Name": {
919 "type": "string"
920 },
921 "maxpin_Name": {
922 "type": "string"
923 },
Scron Chang73347452020-12-30 20:00:39 +0800924 "vin_Max": {
925 "type": "number"
926 },
927 "vin_Min": {
928 "type": "number"
929 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800930 "vin_Name": {
931 "type": "string"
932 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200933 "iin_Name": {
934 "type": "string"
935 },
936 "in0_Name": {
937 "type": "string"
938 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800939 "in1_Name": {
940 "type": "string"
941 },
942 "in2_Name": {
943 "type": "string"
944 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800945 "in3_Name": {
946 "type": "string"
947 },
948 "in4_Name": {
949 "type": "string"
950 },
951 "in5_Name": {
952 "type": "string"
953 },
954 "in6_Name": {
955 "type": "string"
956 },
957 "in7_Name": {
958 "type": "string"
959 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800960 "curr1_Name": {
961 "type": "string"
962 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200963 "curr2_Name": {
964 "type": "string"
965 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000966 "iin1_Max": {
967 "type": "number"
968 },
969 "iin1_Min": {
970 "type": "number"
971 },
972 "iin1_Name": {
973 "type": "string"
974 },
975 "iin2_Max": {
976 "type": "number"
977 },
978 "iin2_Min": {
979 "type": "number"
980 },
981 "iin2_Name": {
982 "type": "string"
983 },
984 "iin3_Max": {
985 "type": "number"
986 },
987 "iin3_Min": {
988 "type": "number"
989 },
990 "iin3_Name": {
991 "type": "string"
992 },
Scron Chang73347452020-12-30 20:00:39 +0800993 "iout1_Max": {
994 "type": "number"
995 },
996 "iout1_Min": {
997 "type": "number"
998 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800999 "iout1_Name": {
1000 "type": "string"
1001 },
1002 "maxiout1_Name": {
1003 "type": "string"
1004 },
Scron Chang73347452020-12-30 20:00:39 +08001005 "iout2_Max": {
1006 "type": "number"
1007 },
1008 "iout2_Min": {
1009 "type": "number"
1010 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001011 "iout2_Name": {
1012 "type": "string"
1013 },
Zev Weiss585d08c2023-11-07 07:43:45 +00001014 "iout3_Max": {
1015 "type": "number"
1016 },
1017 "iout3_Min": {
1018 "type": "number"
1019 },
1020 "iout3_Name": {
1021 "type": "string"
1022 },
1023 "pin1_Max": {
1024 "type": "number"
1025 },
1026 "pin1_Min": {
1027 "type": "number"
1028 },
1029 "pin1_Name": {
1030 "type": "string"
1031 },
1032 "pin2_Max": {
1033 "type": "number"
1034 },
1035 "pin2_Min": {
1036 "type": "number"
1037 },
1038 "pin2_Name": {
1039 "type": "string"
1040 },
1041 "pin3_Max": {
1042 "type": "number"
1043 },
1044 "pin3_Min": {
1045 "type": "number"
1046 },
1047 "pin3_Name": {
1048 "type": "string"
1049 },
Scron Chang73347452020-12-30 20:00:39 +08001050 "pout1_Max": {
1051 "type": "number"
1052 },
1053 "pout1_Min": {
1054 "type": "number"
1055 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001056 "pout1_Name": {
1057 "type": "string"
1058 },
Scron Chang73347452020-12-30 20:00:39 +08001059 "pout2_Max": {
1060 "type": "number"
1061 },
1062 "pout2_Min": {
1063 "type": "number"
1064 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001065 "pout2_Name": {
1066 "type": "string"
1067 },
Scron Chang73347452020-12-30 20:00:39 +08001068 "pout3_Max": {
1069 "type": "number"
1070 },
1071 "pout3_Min": {
1072 "type": "number"
1073 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001074 "pout3_Name": {
1075 "type": "string"
1076 },
1077 "power1_Name": {
1078 "type": "string"
1079 },
1080 "temp1_Name": {
1081 "type": "string"
1082 },
Zev Weiss585d08c2023-11-07 07:43:45 +00001083 "temp2_Name": {
1084 "type": "string"
1085 },
1086 "temp3_Name": {
1087 "type": "string"
1088 },
1089 "temp4_Name": {
1090 "type": "string"
1091 },
Scron Chang73347452020-12-30 20:00:39 +08001092 "vout1_Max": {
1093 "type": "number"
1094 },
1095 "vout1_Min": {
1096 "type": "number"
1097 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001098 "vout1_Name": {
1099 "type": "string"
1100 },
Scron Chang73347452020-12-30 20:00:39 +08001101 "vout2_Max": {
1102 "type": "number"
1103 },
1104 "vout2_Min": {
1105 "type": "number"
1106 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001107 "vout2_Name": {
1108 "type": "string"
1109 },
Scron Chang73347452020-12-30 20:00:39 +08001110 "vout3_Max": {
1111 "type": "number"
1112 },
1113 "vout3_Min": {
1114 "type": "number"
1115 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001116 "vout3_Name": {
1117 "type": "string"
1118 },
Scron Chang73347452020-12-30 20:00:39 +08001119 "vout4_Max": {
1120 "type": "number"
1121 },
1122 "vout4_Min": {
1123 "type": "number"
1124 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001125 "vout4_Name": {
1126 "type": "string"
1127 },
Scron Chang73347452020-12-30 20:00:39 +08001128 "vout5_Max": {
1129 "type": "number"
1130 },
1131 "vout5_Min": {
1132 "type": "number"
1133 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001134 "vout5_Name": {
1135 "type": "string"
1136 },
Scron Chang73347452020-12-30 20:00:39 +08001137 "vout6_Max": {
1138 "type": "number"
1139 },
1140 "vout6_Min": {
1141 "type": "number"
1142 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001143 "vout6_Name": {
1144 "type": "string"
1145 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001146 "vout7_Max": {
1147 "type": "number"
1148 },
1149 "vout7_Min": {
1150 "type": "number"
1151 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001152 "vout7_Name": {
1153 "type": "string"
1154 },
Scron Chang73347452020-12-30 20:00:39 +08001155 "vout8_Max": {
1156 "type": "number"
1157 },
1158 "vout8_Min": {
1159 "type": "number"
1160 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001161 "vout8_Name": {
1162 "type": "string"
1163 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001164 "vout9_Max": {
1165 "type": "number"
1166 },
1167 "vout9_Min": {
1168 "type": "number"
1169 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001170 "vout9_Name": {
1171 "type": "string"
1172 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001173 "vout10_Max": {
1174 "type": "number"
1175 },
1176 "vout10_Min": {
1177 "type": "number"
1178 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001179 "vout10_Name": {
1180 "type": "string"
1181 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001182 "vout11_Max": {
1183 "type": "number"
1184 },
1185 "vout11_Min": {
1186 "type": "number"
1187 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001188 "vout11_Name": {
1189 "type": "string"
1190 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001191 "vout12_Max": {
1192 "type": "number"
1193 },
1194 "vout12_Min": {
1195 "type": "number"
1196 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001197 "vout12_Name": {
1198 "type": "string"
1199 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001200 "vout13_Max": {
1201 "type": "number"
1202 },
1203 "vout13_Min": {
1204 "type": "number"
1205 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001206 "vout13_Name": {
1207 "type": "string"
1208 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001209 "vout14_Max": {
1210 "type": "number"
1211 },
1212 "vout14_Min": {
1213 "type": "number"
1214 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001215 "vout14_Name": {
1216 "type": "string"
1217 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001218 "vout15_Max": {
1219 "type": "number"
1220 },
1221 "vout15_Min": {
1222 "type": "number"
1223 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001224 "vout15_Name": {
1225 "type": "string"
1226 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001227 "vout16_Max": {
1228 "type": "number"
1229 },
1230 "vout16_Min": {
1231 "type": "number"
1232 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001233 "vout16_Name": {
1234 "type": "string"
1235 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001236 "vout17_Max": {
1237 "type": "number"
1238 },
1239 "vout17_Min": {
1240 "type": "number"
1241 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001242 "vout17_Name": {
1243 "type": "string"
1244 },
Ali El-Haj-Mahmoud9f591c22023-05-08 14:10:17 -04001245 "fan1_Name": {
1246 "type": "string"
1247 },
Scron Chang73347452020-12-30 20:00:39 +08001248 "iout1_Offset": {
1249 "type": "number"
1250 },
1251 "pout1_Offset": {
1252 "type": "number"
1253 },
Scron Changf0941252021-01-22 21:02:50 +08001254 "iout1_Scale": {
1255 "type": "number"
1256 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001257 "in0_Scale": {
1258 "type": "number"
1259 },
1260 "in1_Scale": {
1261 "type": "number"
1262 },
1263 "in2_Scale": {
1264 "type": "number"
1265 },
1266 "in3_Scale": {
1267 "type": "number"
1268 },
1269 "in4_Scale": {
1270 "type": "number"
1271 },
1272 "in5_Scale": {
1273 "type": "number"
1274 },
1275 "in6_Scale": {
1276 "type": "number"
1277 },
1278 "in7_Scale": {
1279 "type": "number"
1280 },
Scron Changf0941252021-01-22 21:02:50 +08001281 "PollRate": {
1282 "type": "number"
1283 },
Brad Bishop66665882020-05-07 17:05:18 -04001284 "Type": {
1285 "type": "string"
Brad Bishop66665882020-05-07 17:05:18 -04001286 }
1287 }
1288 }
1289}