blob: e56e8e9971f56a4356fc4d46fef0faf198ecafb1 [file] [log] [blame]
Brad Bishop66665882020-05-07 17:05:18 -04001{
2 "$schema": "http://json-schema.org/draft-07/schema#",
Patrick Williams7d6080d2024-09-04 12:54:45 -04003 "$defs": {
Brad Bishop66665882020-05-07 17:05:18 -04004 "Aggregate": {
Andrew Jefferybb8aa372024-03-20 11:24:32 +10305 "description": "Don't add additional properties to this schema. Consult README.schema for instructions on adding new Exposes element sub-schema.",
Brad Bishop98e78b72020-06-22 16:12:15 -04006 "additionalProperties": false,
Brad Bishop66665882020-05-07 17:05:18 -04007 "properties": {
8 "Address": {
Patrick Williams7d6080d2024-09-04 12:54:45 -04009 "$ref": "#/$defs/Types/Address"
Brad Bishop66665882020-05-07 17:05:18 -040010 },
11 "AllowedFailures": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040012 "$ref": "#/$defs/Types/AllowedFailures"
Brad Bishop66665882020-05-07 17:05:18 -040013 },
14 "AlphaF": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040015 "$ref": "#/$defs/Types/AlphaF"
Brad Bishop66665882020-05-07 17:05:18 -040016 },
17 "AlphaS": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040018 "$ref": "#/$defs/Types/AlphaS"
Brad Bishop66665882020-05-07 17:05:18 -040019 },
20 "BindConnector": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040021 "$ref": "#/$defs/Types/BindConnector"
Brad Bishop66665882020-05-07 17:05:18 -040022 },
23 "BindPresence": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040024 "$ref": "#/$defs/Types/BindPresence"
Brad Bishop66665882020-05-07 17:05:18 -040025 },
26 "BridgeGpio": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040027 "$ref": "#/$defs/Types/BridgeGpio"
Brad Bishop66665882020-05-07 17:05:18 -040028 },
29 "Bus": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040030 "$ref": "#/$defs/Types/Bus"
Brad Bishop66665882020-05-07 17:05:18 -040031 },
32 "C1": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040033 "$ref": "#/$defs/Types/C1"
Brad Bishop66665882020-05-07 17:05:18 -040034 },
35 "C2": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040036 "$ref": "#/$defs/Types/C2"
Brad Bishop66665882020-05-07 17:05:18 -040037 },
Brad Bishop98e78b72020-06-22 16:12:15 -040038 "CPURequired": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040039 "$ref": "#/$defs/Types/CPURequired"
Brad Bishop98e78b72020-06-22 16:12:15 -040040 },
Brad Bishop66665882020-05-07 17:05:18 -040041 "ChannelNames": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040042 "$ref": "#/$defs/Types/ChannelNames"
Brad Bishop66665882020-05-07 17:05:18 -040043 },
44 "Class": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040045 "$ref": "#/$defs/Types/Class"
Brad Bishop66665882020-05-07 17:05:18 -040046 },
47 "Connector": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040048 "$ref": "#/$defs/Types/Connector"
Brad Bishop66665882020-05-07 17:05:18 -040049 },
Matt Spinler2f2f4b82024-08-06 13:38:58 -050050 "ConnectsToType": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040051 "$ref": "#/$defs/Types/ConnectsToType"
Matt Spinler2f2f4b82024-08-06 13:38:58 -050052 },
Brad Bishop66665882020-05-07 17:05:18 -040053 "CpuID": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040054 "$ref": "#/$defs/Types/CpuID"
Brad Bishop66665882020-05-07 17:05:18 -040055 },
Brad Bishop98e78b72020-06-22 16:12:15 -040056 "CurrScaleFactor": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040057 "$ref": "#/$defs/Types/CurrScaleFactor"
Brad Bishop98e78b72020-06-22 16:12:15 -040058 },
Brad Bishop66665882020-05-07 17:05:18 -040059 "Direction": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040060 "$ref": "#/$defs/Types/Direction"
Brad Bishop66665882020-05-07 17:05:18 -040061 },
62 "DtsCritOffset": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040063 "$ref": "#/$defs/Types/DtsCritOffset"
Brad Bishop66665882020-05-07 17:05:18 -040064 },
Oskar Senftf38b37c2021-09-07 13:07:11 -040065 "EntityId": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040066 "$ref": "#/$defs/Types/EntityId"
Oskar Senftf38b37c2021-09-07 13:07:11 -040067 },
68 "EntityInstance": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040069 "$ref": "#/$defs/Types/EntityInstance"
Oskar Senftf38b37c2021-09-07 13:07:11 -040070 },
Brad Bishop66665882020-05-07 17:05:18 -040071 "FaultIndex": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040072 "$ref": "#/$defs/Types/FaultIndex"
Brad Bishop66665882020-05-07 17:05:18 -040073 },
74 "FaultType": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040075 "$ref": "#/$defs/Types/FaultType"
Brad Bishop66665882020-05-07 17:05:18 -040076 },
77 "GpioPins": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040078 "$ref": "#/$defs/Types/GpioPins"
Brad Bishop66665882020-05-07 17:05:18 -040079 },
Brad Bishop98e78b72020-06-22 16:12:15 -040080 "GpioPolarity": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040081 "$ref": "#/$defs/Types/GpioPolarity"
Brad Bishop98e78b72020-06-22 16:12:15 -040082 },
Brad Bishop66665882020-05-07 17:05:18 -040083 "Index": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040084 "$ref": "#/$defs/Types/Index"
Brad Bishop66665882020-05-07 17:05:18 -040085 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +080086 "InScaleFactor": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040087 "$ref": "#/$defs/Types/InScaleFactor"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +080088 },
Brad Bishop66665882020-05-07 17:05:18 -040089 "Labels": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040090 "$ref": "#/$defs/Types/Labels"
Brad Bishop66665882020-05-07 17:05:18 -040091 },
92 "LedGpioPins": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040093 "$ref": "#/$defs/Types/LedGpioPins"
Brad Bishop66665882020-05-07 17:05:18 -040094 },
95 "MaxCFM": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040096 "$ref": "#/$defs/Types/MaxCFM"
Brad Bishop66665882020-05-07 17:05:18 -040097 },
98 "MaxReading": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040099 "$ref": "#/$defs/Types/MaxReading"
Brad Bishop66665882020-05-07 17:05:18 -0400100 },
Josh Lehan0836ce02021-01-21 20:32:42 -0800101 "MaxValue": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400102 "$ref": "#/$defs/Types/MaxValue"
Josh Lehan0836ce02021-01-21 20:32:42 -0800103 },
104 "Units": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400105 "$ref": "#/$defs/Types/Units"
Josh Lehan0836ce02021-01-21 20:32:42 -0800106 },
107 "MinReading": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400108 "$ref": "#/$defs/Types/MinReading"
Josh Lehan0836ce02021-01-21 20:32:42 -0800109 },
110 "MinValue": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400111 "$ref": "#/$defs/Types/MinValue"
Josh Lehan0836ce02021-01-21 20:32:42 -0800112 },
Brad Bishop66665882020-05-07 17:05:18 -0400113 "Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400114 "$ref": "#/$defs/Types/Name"
Brad Bishop66665882020-05-07 17:05:18 -0400115 },
116 "Name1": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400117 "$ref": "#/$defs/Types/Name1"
Brad Bishop66665882020-05-07 17:05:18 -0400118 },
Scron Chang73347452020-12-30 20:00:39 +0800119 "Name2": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400120 "$ref": "#/$defs/Types/Name2"
Scron Chang73347452020-12-30 20:00:39 +0800121 },
122 "Name3": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400123 "$ref": "#/$defs/Types/Name3"
Scron Chang73347452020-12-30 20:00:39 +0800124 },
125 "Name4": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400126 "$ref": "#/$defs/Types/Name4"
Scron Chang73347452020-12-30 20:00:39 +0800127 },
128 "Name5": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400129 "$ref": "#/$defs/Types/Name5"
Scron Chang73347452020-12-30 20:00:39 +0800130 },
131 "Name6": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400132 "$ref": "#/$defs/Types/Name6"
Scron Chang73347452020-12-30 20:00:39 +0800133 },
134 "Name7": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400135 "$ref": "#/$defs/Types/Name7"
Scron Chang73347452020-12-30 20:00:39 +0800136 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500137 "Name8": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400138 "$ref": "#/$defs/Types/Name8"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500139 },
140 "Name9": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400141 "$ref": "#/$defs/Types/Name9"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500142 },
143 "Name10": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400144 "$ref": "#/$defs/Types/Name10"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500145 },
146 "Name11": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400147 "$ref": "#/$defs/Types/Name11"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500148 },
149 "Name12": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400150 "$ref": "#/$defs/Types/Name12"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500151 },
152 "Name13": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400153 "$ref": "#/$defs/Types/Name13"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500154 },
155 "Name14": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400156 "$ref": "#/$defs/Types/Name14"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500157 },
158 "Name15": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400159 "$ref": "#/$defs/Types/Name15"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500160 },
161 "Name16": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400162 "$ref": "#/$defs/Types/Name16"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500163 },
164 "Name17": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400165 "$ref": "#/$defs/Types/Name17"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500166 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400167 "OffsetValue": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400168 "$ref": "#/$defs/Types/OffsetValue"
Brad Bishop98e78b72020-06-22 16:12:15 -0400169 },
Brad Bishop66665882020-05-07 17:05:18 -0400170 "Polarity": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400171 "$ref": "#/$defs/Types/Polarity"
Brad Bishop66665882020-05-07 17:05:18 -0400172 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400173 "Polling": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400174 "$ref": "#/$defs/Types/Polling"
Brad Bishop98e78b72020-06-22 16:12:15 -0400175 },
Brad Bishop66665882020-05-07 17:05:18 -0400176 "PowerFactorMax": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400177 "$ref": "#/$defs/Types/PowerFactorMax"
Brad Bishop66665882020-05-07 17:05:18 -0400178 },
179 "PowerFactorMin": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400180 "$ref": "#/$defs/Types/PowerFactorMin"
Brad Bishop66665882020-05-07 17:05:18 -0400181 },
Matt Spinler2f2f4b82024-08-06 13:38:58 -0500182 "PowerPort": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400183 "$ref": "#/$defs/Types/PowerPort"
Matt Spinler2f2f4b82024-08-06 13:38:58 -0500184 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400185 "PowerScaleFactor": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400186 "$ref": "#/$defs/Types/PowerScaleFactor"
Brad Bishop98e78b72020-06-22 16:12:15 -0400187 },
Brad Bishop66665882020-05-07 17:05:18 -0400188 "PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400189 "$ref": "#/$defs/Types/PowerState"
Brad Bishop66665882020-05-07 17:05:18 -0400190 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400191 "Presence": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400192 "$ref": "#/$defs/Types/Presence"
Brad Bishop98e78b72020-06-22 16:12:15 -0400193 },
Brad Bishop66665882020-05-07 17:05:18 -0400194 "PresenceGpio": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400195 "$ref": "#/$defs/Types/PresenceGpio"
Brad Bishop66665882020-05-07 17:05:18 -0400196 },
Brad Bishop66665882020-05-07 17:05:18 -0400197 "Pwm": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400198 "$ref": "#/$defs/Types/Pwm"
Brad Bishop66665882020-05-07 17:05:18 -0400199 },
200 "QMax": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400201 "$ref": "#/$defs/Types/QMax"
Brad Bishop66665882020-05-07 17:05:18 -0400202 },
203 "QMin": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400204 "$ref": "#/$defs/Types/QMin"
Brad Bishop66665882020-05-07 17:05:18 -0400205 },
Chau Ly692bebd2024-01-30 08:58:10 +0000206 "Rearm": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400207 "$ref": "#/$defs/Types/Rearm"
Chau Ly692bebd2024-01-30 08:58:10 +0000208 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400209 "RedundantCount": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400210 "$ref": "#/$defs/Types/RedundantCount"
Brad Bishop98e78b72020-06-22 16:12:15 -0400211 },
Brad Bishop66665882020-05-07 17:05:18 -0400212 "ScaleFactor": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400213 "$ref": "#/$defs/Types/ScaleFactor"
Brad Bishop66665882020-05-07 17:05:18 -0400214 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400215 "ScaleValue": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400216 "$ref": "#/$defs/Types/ScaleValue"
Brad Bishop98e78b72020-06-22 16:12:15 -0400217 },
218 "SensorType": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400219 "$ref": "#/$defs/Types/SensorType"
Brad Bishop98e78b72020-06-22 16:12:15 -0400220 },
Bright Cheng00503d02024-08-27 16:17:47 +0800221 "SlotId": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400222 "$ref": "#/$defs/Types/SlotId"
Bright Cheng00503d02024-08-27 16:17:47 +0800223 },
Brad Bishop66665882020-05-07 17:05:18 -0400224 "TachMaxPercent": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400225 "$ref": "#/$defs/Types/TachMaxPercent"
Brad Bishop66665882020-05-07 17:05:18 -0400226 },
227 "TachMinPercent": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400228 "$ref": "#/$defs/Types/TachMinPercent"
Brad Bishop66665882020-05-07 17:05:18 -0400229 },
230 "Tachs": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400231 "$ref": "#/$defs/Types/Tachs"
Brad Bishop66665882020-05-07 17:05:18 -0400232 },
233 "Thresholds": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400234 "$ref": "#/$defs/Types/Thresholds"
Brad Bishop66665882020-05-07 17:05:18 -0400235 },
Josh Lehanfea4f1a2021-03-17 16:31:33 -0700236 "Timeout": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400237 "$ref": "#/$defs/Types/Timeout"
Josh Lehanfea4f1a2021-03-17 16:31:33 -0700238 },
Anoop Sa5a716d2020-11-26 18:57:26 +0000239 "HostSMbusIndex": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400240 "$ref": "#/$defs/Types/HostSMbusIndex"
Anoop Sa5a716d2020-11-26 18:57:26 +0000241 },
Scron Chang73347452020-12-30 20:00:39 +0800242 "pin_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400243 "$ref": "#/$defs/Types/pin_Max"
Scron Chang73347452020-12-30 20:00:39 +0800244 },
245 "pin_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400246 "$ref": "#/$defs/Types/pin_Min"
Scron Chang73347452020-12-30 20:00:39 +0800247 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800248 "pin_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400249 "$ref": "#/$defs/Types/pin_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800250 },
251 "maxpin_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400252 "$ref": "#/$defs/Types/maxpin_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800253 },
Scron Chang73347452020-12-30 20:00:39 +0800254 "vin_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400255 "$ref": "#/$defs/Types/vin_Max"
Scron Chang73347452020-12-30 20:00:39 +0800256 },
257 "vin_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400258 "$ref": "#/$defs/Types/vin_Min"
Scron Chang73347452020-12-30 20:00:39 +0800259 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800260 "vin_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400261 "$ref": "#/$defs/Types/vin_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800262 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200263 "iin_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400264 "$ref": "#/$defs/Types/iin_Name"
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200265 },
Ian Chien41398a62024-08-21 10:26:19 +0800266 "in0_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400267 "$ref": "#/$defs/Types/in0_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800268 },
Potin Lai146673b2024-08-08 19:19:19 +0800269 "in0_Min": {
270 "$ref": "#/$defs/Types/in0_Min"
271 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200272 "in0_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400273 "$ref": "#/$defs/Types/in0_Name"
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200274 },
Ian Chien41398a62024-08-21 10:26:19 +0800275 "in1_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400276 "$ref": "#/$defs/Types/in1_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800277 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800278 "in1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400279 "$ref": "#/$defs/Types/in1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800280 },
Ian Chien41398a62024-08-21 10:26:19 +0800281 "in2_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400282 "$ref": "#/$defs/Types/in2_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800283 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800284 "in2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400285 "$ref": "#/$defs/Types/in2_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800286 },
Ian Chien41398a62024-08-21 10:26:19 +0800287 "in3_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400288 "$ref": "#/$defs/Types/in3_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800289 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800290 "in3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400291 "$ref": "#/$defs/Types/in3_Name"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800292 },
Ian Chien41398a62024-08-21 10:26:19 +0800293 "in4_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400294 "$ref": "#/$defs/Types/in4_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800295 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800296 "in4_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400297 "$ref": "#/$defs/Types/in4_Name"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800298 },
Ian Chien41398a62024-08-21 10:26:19 +0800299 "in5_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400300 "$ref": "#/$defs/Types/in5_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800301 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800302 "in5_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400303 "$ref": "#/$defs/Types/in5_Name"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800304 },
305 "in6_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400306 "$ref": "#/$defs/Types/in6_Name"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800307 },
308 "in7_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400309 "$ref": "#/$defs/Types/in7_Name"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800310 },
Ian Chien41398a62024-08-21 10:26:19 +0800311 "in_voltage0_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400312 "$ref": "#/$defs/Types/in_voltage0_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800313 },
Ian Chien2c188082024-07-24 11:13:43 +0800314 "in_voltage0_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400315 "$ref": "#/$defs/Types/in_voltage0_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800316 },
Ian Chien41398a62024-08-21 10:26:19 +0800317 "in_voltage1_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400318 "$ref": "#/$defs/Types/in_voltage1_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800319 },
Ian Chien2c188082024-07-24 11:13:43 +0800320 "in_voltage1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400321 "$ref": "#/$defs/Types/in_voltage1_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800322 },
Ian Chien41398a62024-08-21 10:26:19 +0800323 "in_voltage2_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400324 "$ref": "#/$defs/Types/in_voltage2_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800325 },
Ian Chien2c188082024-07-24 11:13:43 +0800326 "in_voltage2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400327 "$ref": "#/$defs/Types/in_voltage2_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800328 },
Ian Chien41398a62024-08-21 10:26:19 +0800329 "in_voltage3_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400330 "$ref": "#/$defs/Types/in_voltage3_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800331 },
Ian Chien2c188082024-07-24 11:13:43 +0800332 "in_voltage3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400333 "$ref": "#/$defs/Types/in_voltage3_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800334 },
Ian Chien41398a62024-08-21 10:26:19 +0800335 "in_voltage4_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400336 "$ref": "#/$defs/Types/in_voltage4_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800337 },
Ian Chien2c188082024-07-24 11:13:43 +0800338 "in_voltage4_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400339 "$ref": "#/$defs/Types/in_voltage4_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800340 },
Ian Chien41398a62024-08-21 10:26:19 +0800341 "in_voltage5_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400342 "$ref": "#/$defs/Types/in_voltage5_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800343 },
Ian Chien2c188082024-07-24 11:13:43 +0800344 "in_voltage5_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400345 "$ref": "#/$defs/Types/in_voltage5_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800346 },
347 "in_voltage6_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400348 "$ref": "#/$defs/Types/in_voltage6_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800349 },
350 "in_voltage7_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400351 "$ref": "#/$defs/Types/in_voltage7_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800352 },
Ian Chien7ee8c022024-08-16 15:12:18 +0800353 "in_voltage8_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400354 "$ref": "#/$defs/Types/in_voltage8_Name"
Ian Chien7ee8c022024-08-16 15:12:18 +0800355 },
356 "in_voltage9_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400357 "$ref": "#/$defs/Types/in_voltage9_Name"
Ian Chien7ee8c022024-08-16 15:12:18 +0800358 },
Peter Yin758aecd2024-05-10 15:18:44 +0800359 "in0_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400360 "$ref": "#/$defs/Types/in0_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800361 },
362 "in1_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400363 "$ref": "#/$defs/Types/in1_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800364 },
365 "in2_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400366 "$ref": "#/$defs/Types/in2_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800367 },
368 "in3_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400369 "$ref": "#/$defs/Types/in3_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800370 },
371 "in4_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400372 "$ref": "#/$defs/Types/in4_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800373 },
374 "in5_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400375 "$ref": "#/$defs/Types/in5_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800376 },
377 "in6_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400378 "$ref": "#/$defs/Types/in6_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800379 },
380 "in7_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400381 "$ref": "#/$defs/Types/in7_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800382 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800383 "curr1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400384 "$ref": "#/$defs/Types/curr1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800385 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200386 "curr2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400387 "$ref": "#/$defs/Types/curr2_Name"
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200388 },
Potin Lai16152b52023-10-31 18:48:02 +0800389 "curr3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400390 "$ref": "#/$defs/Types/curr3_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800391 },
392 "curr4_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400393 "$ref": "#/$defs/Types/curr4_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800394 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000395 "iin1_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400396 "$ref": "#/$defs/Types/iin1_Max"
Zev Weiss585d08c2023-11-07 07:43:45 +0000397 },
398 "iin1_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400399 "$ref": "#/$defs/Types/iin1_Min"
Zev Weiss585d08c2023-11-07 07:43:45 +0000400 },
401 "iin1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400402 "$ref": "#/$defs/Types/iin1_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000403 },
404 "iin2_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400405 "$ref": "#/$defs/Types/iin2_Max"
Zev Weiss585d08c2023-11-07 07:43:45 +0000406 },
407 "iin2_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400408 "$ref": "#/$defs/Types/iin2_Min"
Zev Weiss585d08c2023-11-07 07:43:45 +0000409 },
410 "iin2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400411 "$ref": "#/$defs/Types/iin2_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000412 },
413 "iin3_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400414 "$ref": "#/$defs/Types/iin3_Max"
Zev Weiss585d08c2023-11-07 07:43:45 +0000415 },
416 "iin3_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400417 "$ref": "#/$defs/Types/iin3_Min"
Zev Weiss585d08c2023-11-07 07:43:45 +0000418 },
419 "iin3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400420 "$ref": "#/$defs/Types/iin3_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000421 },
Scron Chang73347452020-12-30 20:00:39 +0800422 "iout1_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400423 "$ref": "#/$defs/Types/iout1_Max"
Scron Chang73347452020-12-30 20:00:39 +0800424 },
425 "iout1_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400426 "$ref": "#/$defs/Types/iout1_Min"
Scron Chang73347452020-12-30 20:00:39 +0800427 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800428 "iout1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400429 "$ref": "#/$defs/Types/iout1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800430 },
431 "maxiout1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400432 "$ref": "#/$defs/Types/maxiout1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800433 },
Scron Chang73347452020-12-30 20:00:39 +0800434 "iout2_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400435 "$ref": "#/$defs/Types/iout2_Max"
Scron Chang73347452020-12-30 20:00:39 +0800436 },
437 "iout2_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400438 "$ref": "#/$defs/Types/iout2_Min"
Scron Chang73347452020-12-30 20:00:39 +0800439 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800440 "iout2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400441 "$ref": "#/$defs/Types/iout2_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800442 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000443 "iout3_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400444 "$ref": "#/$defs/Types/iout3_Max"
Zev Weiss585d08c2023-11-07 07:43:45 +0000445 },
446 "iout3_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400447 "$ref": "#/$defs/Types/iout3_Min"
Zev Weiss585d08c2023-11-07 07:43:45 +0000448 },
449 "iout3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400450 "$ref": "#/$defs/Types/iout3_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000451 },
452 "pin1_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400453 "$ref": "#/$defs/Types/pin1_Max"
Zev Weiss585d08c2023-11-07 07:43:45 +0000454 },
455 "pin1_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400456 "$ref": "#/$defs/Types/pin1_Min"
Zev Weiss585d08c2023-11-07 07:43:45 +0000457 },
458 "pin1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400459 "$ref": "#/$defs/Types/pin1_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000460 },
461 "pin2_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400462 "$ref": "#/$defs/Types/pin2_Max"
Zev Weiss585d08c2023-11-07 07:43:45 +0000463 },
464 "pin2_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400465 "$ref": "#/$defs/Types/pin2_Min"
Zev Weiss585d08c2023-11-07 07:43:45 +0000466 },
467 "pin2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400468 "$ref": "#/$defs/Types/pin2_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000469 },
470 "pin3_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400471 "$ref": "#/$defs/Types/pin3_Max"
Zev Weiss585d08c2023-11-07 07:43:45 +0000472 },
473 "pin3_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400474 "$ref": "#/$defs/Types/pin3_Min"
Zev Weiss585d08c2023-11-07 07:43:45 +0000475 },
476 "pin3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400477 "$ref": "#/$defs/Types/pin3_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000478 },
Scron Chang73347452020-12-30 20:00:39 +0800479 "pout1_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400480 "$ref": "#/$defs/Types/pout1_Max"
Scron Chang73347452020-12-30 20:00:39 +0800481 },
482 "pout1_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400483 "$ref": "#/$defs/Types/pout1_Min"
Scron Chang73347452020-12-30 20:00:39 +0800484 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800485 "pout1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400486 "$ref": "#/$defs/Types/pout1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800487 },
Scron Chang73347452020-12-30 20:00:39 +0800488 "pout2_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400489 "$ref": "#/$defs/Types/pout2_Max"
Scron Chang73347452020-12-30 20:00:39 +0800490 },
491 "pout2_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400492 "$ref": "#/$defs/Types/pout2_Min"
Scron Chang73347452020-12-30 20:00:39 +0800493 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800494 "pout2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400495 "$ref": "#/$defs/Types/pout2_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800496 },
Scron Chang73347452020-12-30 20:00:39 +0800497 "pout3_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400498 "$ref": "#/$defs/Types/pout3_Max"
Scron Chang73347452020-12-30 20:00:39 +0800499 },
500 "pout3_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400501 "$ref": "#/$defs/Types/pout3_Min"
Scron Chang73347452020-12-30 20:00:39 +0800502 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800503 "pout3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400504 "$ref": "#/$defs/Types/pout3_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800505 },
506 "power1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400507 "$ref": "#/$defs/Types/power1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800508 },
Potin Lai16152b52023-10-31 18:48:02 +0800509 "power2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400510 "$ref": "#/$defs/Types/power2_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800511 },
512 "power3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400513 "$ref": "#/$defs/Types/power3_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800514 },
515 "power4_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400516 "$ref": "#/$defs/Types/power4_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800517 },
518 "power5_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400519 "$ref": "#/$defs/Types/power5_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800520 },
521 "power6_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400522 "$ref": "#/$defs/Types/power6_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800523 },
524 "power7_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400525 "$ref": "#/$defs/Types/power7_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800526 },
527 "power8_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400528 "$ref": "#/$defs/Types/power8_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800529 },
530 "power9_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400531 "$ref": "#/$defs/Types/power9_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800532 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800533 "temp1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400534 "$ref": "#/$defs/Types/temp1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800535 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000536 "temp2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400537 "$ref": "#/$defs/Types/temp2_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000538 },
539 "temp3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400540 "$ref": "#/$defs/Types/temp3_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000541 },
542 "temp4_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400543 "$ref": "#/$defs/Types/temp4_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000544 },
Potin Lai16152b52023-10-31 18:48:02 +0800545 "temp5_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400546 "$ref": "#/$defs/Types/temp5_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800547 },
548 "temp6_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400549 "$ref": "#/$defs/Types/temp6_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800550 },
551 "temp7_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400552 "$ref": "#/$defs/Types/temp7_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800553 },
554 "temp8_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400555 "$ref": "#/$defs/Types/temp8_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800556 },
Scron Chang73347452020-12-30 20:00:39 +0800557 "vout1_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400558 "$ref": "#/$defs/Types/vout1_Max"
Scron Chang73347452020-12-30 20:00:39 +0800559 },
560 "vout1_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400561 "$ref": "#/$defs/Types/vout1_Min"
Scron Chang73347452020-12-30 20:00:39 +0800562 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800563 "vout1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400564 "$ref": "#/$defs/Types/vout1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800565 },
Scron Chang73347452020-12-30 20:00:39 +0800566 "vout2_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400567 "$ref": "#/$defs/Types/vout2_Max"
Scron Chang73347452020-12-30 20:00:39 +0800568 },
569 "vout2_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400570 "$ref": "#/$defs/Types/vout2_Min"
Scron Chang73347452020-12-30 20:00:39 +0800571 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800572 "vout2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400573 "$ref": "#/$defs/Types/vout2_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800574 },
Scron Chang73347452020-12-30 20:00:39 +0800575 "vout3_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400576 "$ref": "#/$defs/Types/vout3_Max"
Scron Chang73347452020-12-30 20:00:39 +0800577 },
578 "vout3_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400579 "$ref": "#/$defs/Types/vout3_Min"
Scron Chang73347452020-12-30 20:00:39 +0800580 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800581 "vout3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400582 "$ref": "#/$defs/Types/vout3_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800583 },
Scron Chang73347452020-12-30 20:00:39 +0800584 "vout4_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400585 "$ref": "#/$defs/Types/vout4_Max"
Scron Chang73347452020-12-30 20:00:39 +0800586 },
587 "vout4_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400588 "$ref": "#/$defs/Types/vout4_Min"
Scron Chang73347452020-12-30 20:00:39 +0800589 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800590 "vout4_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400591 "$ref": "#/$defs/Types/vout4_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800592 },
Scron Chang73347452020-12-30 20:00:39 +0800593 "vout5_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400594 "$ref": "#/$defs/Types/vout5_Max"
Scron Chang73347452020-12-30 20:00:39 +0800595 },
596 "vout5_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400597 "$ref": "#/$defs/Types/vout5_Min"
Scron Chang73347452020-12-30 20:00:39 +0800598 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800599 "vout5_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400600 "$ref": "#/$defs/Types/vout5_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800601 },
Scron Chang73347452020-12-30 20:00:39 +0800602 "vout6_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400603 "$ref": "#/$defs/Types/vout6_Max"
Scron Chang73347452020-12-30 20:00:39 +0800604 },
605 "vout6_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400606 "$ref": "#/$defs/Types/vout6_Min"
Scron Chang73347452020-12-30 20:00:39 +0800607 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800608 "vout6_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400609 "$ref": "#/$defs/Types/vout6_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800610 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500611 "vout7_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400612 "$ref": "#/$defs/Types/vout7_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500613 },
614 "vout7_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400615 "$ref": "#/$defs/Types/vout7_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500616 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800617 "vout7_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400618 "$ref": "#/$defs/Types/vout7_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800619 },
Scron Chang73347452020-12-30 20:00:39 +0800620 "vout8_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400621 "$ref": "#/$defs/Types/vout8_Max"
Scron Chang73347452020-12-30 20:00:39 +0800622 },
623 "vout8_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400624 "$ref": "#/$defs/Types/vout8_Min"
Scron Chang73347452020-12-30 20:00:39 +0800625 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800626 "vout8_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400627 "$ref": "#/$defs/Types/vout8_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800628 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500629 "vout9_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400630 "$ref": "#/$defs/Types/vout9_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500631 },
632 "vout9_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400633 "$ref": "#/$defs/Types/vout9_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500634 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800635 "vout9_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400636 "$ref": "#/$defs/Types/vout9_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800637 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500638 "vout10_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400639 "$ref": "#/$defs/Types/vout10_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500640 },
641 "vout10_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400642 "$ref": "#/$defs/Types/vout10_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500643 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800644 "vout10_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400645 "$ref": "#/$defs/Types/vout10_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800646 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500647 "vout11_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400648 "$ref": "#/$defs/Types/vout11_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500649 },
650 "vout11_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400651 "$ref": "#/$defs/Types/vout11_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500652 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800653 "vout11_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400654 "$ref": "#/$defs/Types/vout11_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800655 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500656 "vout12_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400657 "$ref": "#/$defs/Types/vout12_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500658 },
659 "vout12_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400660 "$ref": "#/$defs/Types/vout12_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500661 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800662 "vout12_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400663 "$ref": "#/$defs/Types/vout12_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800664 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500665 "vout13_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400666 "$ref": "#/$defs/Types/vout13_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500667 },
668 "vout13_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400669 "$ref": "#/$defs/Types/vout13_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500670 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800671 "vout13_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400672 "$ref": "#/$defs/Types/vout13_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800673 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500674 "vout14_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400675 "$ref": "#/$defs/Types/vout14_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500676 },
677 "vout14_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400678 "$ref": "#/$defs/Types/vout14_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500679 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800680 "vout14_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400681 "$ref": "#/$defs/Types/vout14_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800682 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500683 "vout15_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400684 "$ref": "#/$defs/Types/vout15_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500685 },
686 "vout15_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400687 "$ref": "#/$defs/Types/vout15_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500688 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800689 "vout15_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400690 "$ref": "#/$defs/Types/vout15_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800691 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500692 "vout16_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400693 "$ref": "#/$defs/Types/vout16_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500694 },
695 "vout16_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400696 "$ref": "#/$defs/Types/vout16_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500697 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800698 "vout16_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400699 "$ref": "#/$defs/Types/vout16_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800700 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500701 "vout17_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400702 "$ref": "#/$defs/Types/vout17_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500703 },
704 "vout17_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400705 "$ref": "#/$defs/Types/vout17_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500706 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800707 "vout17_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400708 "$ref": "#/$defs/Types/vout17_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800709 },
Ali El-Haj-Mahmoud9f591c22023-05-08 14:10:17 -0400710 "fan1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400711 "$ref": "#/$defs/Types/fan1_Name"
Ali El-Haj-Mahmoud9f591c22023-05-08 14:10:17 -0400712 },
Scron Chang73347452020-12-30 20:00:39 +0800713 "iout1_Offset": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400714 "$ref": "#/$defs/Types/iout1_Offset"
Scron Chang73347452020-12-30 20:00:39 +0800715 },
716 "pout1_Offset": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400717 "$ref": "#/$defs/Types/pout1_Offset"
Scron Chang73347452020-12-30 20:00:39 +0800718 },
Yang Chen7d73f432024-09-25 20:47:25 +0800719 "pin_Offset": {
720 "$ref": "#/$defs/Types/pin_Offset"
721 },
Scron Changf0941252021-01-22 21:02:50 +0800722 "iout1_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400723 "$ref": "#/$defs/Types/iout1_Scale"
Scron Changf0941252021-01-22 21:02:50 +0800724 },
Sara Lin14c474c2024-04-24 18:01:17 +0800725 "pin_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400726 "$ref": "#/$defs/Types/pin_Scale"
Sara Lin14c474c2024-04-24 18:01:17 +0800727 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800728 "in0_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400729 "$ref": "#/$defs/Types/in0_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800730 },
731 "in1_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400732 "$ref": "#/$defs/Types/in1_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800733 },
734 "in2_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400735 "$ref": "#/$defs/Types/in2_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800736 },
737 "in3_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400738 "$ref": "#/$defs/Types/in3_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800739 },
740 "in4_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400741 "$ref": "#/$defs/Types/in4_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800742 },
743 "in5_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400744 "$ref": "#/$defs/Types/in5_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800745 },
746 "in6_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400747 "$ref": "#/$defs/Types/in6_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800748 },
749 "in7_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400750 "$ref": "#/$defs/Types/in7_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800751 },
Ian Chien2c188082024-07-24 11:13:43 +0800752 "in_voltage0_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400753 "$ref": "#/$defs/Types/in_voltage0_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800754 },
755 "in_voltage1_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400756 "$ref": "#/$defs/Types/in_voltage1_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800757 },
758 "in_voltage2_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400759 "$ref": "#/$defs/Types/in_voltage2_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800760 },
761 "in_voltage3_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400762 "$ref": "#/$defs/Types/in_voltage3_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800763 },
764 "in_voltage4_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400765 "$ref": "#/$defs/Types/in_voltage4_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800766 },
767 "in_voltage5_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400768 "$ref": "#/$defs/Types/in_voltage5_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800769 },
770 "in_voltage6_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400771 "$ref": "#/$defs/Types/in_voltage6_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800772 },
773 "in_voltage7_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400774 "$ref": "#/$defs/Types/in_voltage7_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800775 },
Ian Chien7ee8c022024-08-16 15:12:18 +0800776 "in_voltage8_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400777 "$ref": "#/$defs/Types/in_voltage8_Scale"
Ian Chien7ee8c022024-08-16 15:12:18 +0800778 },
779 "in_voltage9_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400780 "$ref": "#/$defs/Types/in_voltage9_Scale"
Ian Chien7ee8c022024-08-16 15:12:18 +0800781 },
Scron Changf0941252021-01-22 21:02:50 +0800782 "PollRate": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400783 "$ref": "#/$defs/Types/PollRate"
Scron Changf0941252021-01-22 21:02:50 +0800784 },
Brad Bishop66665882020-05-07 17:05:18 -0400785 "Type": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400786 "$ref": "#/$defs/Types/Type"
Brad Bishop66665882020-05-07 17:05:18 -0400787 }
788 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600789 "required": ["Name", "Type"],
Brad Bishop66665882020-05-07 17:05:18 -0400790 "type": "object"
791 },
792 "Types": {
793 "Address": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600794 "type": ["string", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400795 },
796 "AllowedFailures": {
797 "type": "number"
798 },
799 "AlphaF": {
800 "type": "number"
801 },
802 "AlphaS": {
803 "type": "number"
804 },
805 "BindConnector": {
806 "type": "string"
807 },
808 "BindPresence": {
809 "type": "string"
810 },
811 "BridgeGpio": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600812 "type": ["number", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400813 },
814 "Bus": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600815 "type": ["string", "number"]
Brad Bishop66665882020-05-07 17:05:18 -0400816 },
817 "C1": {
818 "type": "number"
819 },
820 "C2": {
821 "type": "number"
822 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400823 "CPURequired": {
824 "type": "number"
825 },
Brad Bishop66665882020-05-07 17:05:18 -0400826 "ChannelNames": {
827 "items": {
828 "type": "string"
829 },
830 "type": "array"
831 },
832 "Class": {
833 "type": "string"
834 },
835 "Connector": {
836 "properties": {
837 "Name": {
838 "type": "string"
839 },
840 "Pwm": {
841 "type": "number"
842 },
843 "Tachs": {
844 "items": {
845 "type": "number"
846 },
847 "type": "array"
848 }
849 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600850 "required": ["Name", "Pwm", "Tachs"],
Brad Bishop66665882020-05-07 17:05:18 -0400851 "type": "object"
852 },
Matt Spinler2f2f4b82024-08-06 13:38:58 -0500853 "ConnectsToType": {
854 "type": "string"
855 },
Brad Bishop66665882020-05-07 17:05:18 -0400856 "CpuID": {
857 "type": "number"
858 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400859 "CurrScaleFactor": {
860 "type": "number"
861 },
Brad Bishop66665882020-05-07 17:05:18 -0400862 "Direction": {
863 "type": "string"
864 },
865 "DtsCritOffset": {
866 "type": "number"
867 },
Oskar Senftf38b37c2021-09-07 13:07:11 -0400868 "EntityId": {
869 "type": "number"
870 },
871 "EntityInstance": {
872 "type": "number"
873 },
Brad Bishop66665882020-05-07 17:05:18 -0400874 "FaultIndex": {
875 "type": "number"
876 },
877 "FaultType": {
878 "type": "string"
879 },
880 "GpioPins": {
881 "items": {
882 "type": "number"
883 },
884 "type": "array"
885 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400886 "GpioPolarity": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600887 "enum": ["Low"]
Brad Bishop98e78b72020-06-22 16:12:15 -0400888 },
Brad Bishop66665882020-05-07 17:05:18 -0400889 "Index": {
890 "type": "number"
891 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800892 "InScaleFactor": {
893 "type": "number"
894 },
Brad Bishop66665882020-05-07 17:05:18 -0400895 "Labels": {
896 "items": {
897 "type": "string"
898 },
899 "type": "array"
900 },
901 "LedGpioPins": {
902 "items": {
903 "type": "number"
904 },
905 "type": "array"
906 },
907 "MaxCFM": {
908 "type": "number"
909 },
910 "MaxReading": {
911 "type": "number"
912 },
Josh Lehan0836ce02021-01-21 20:32:42 -0800913 "MaxValue": {
914 "type": "number"
915 },
916 "Units": {
Rashmica Gupta96a08d82021-07-29 18:53:06 +1000917 "type": "string",
918 "enum": [
919 "DegreesC",
920 "RPMS",
921 "Volts",
922 "Meters",
923 "Amperes",
924 "Watts",
925 "Joules",
926 "Percent",
927 "CFM",
928 "Pascals"
929 ]
Josh Lehan0836ce02021-01-21 20:32:42 -0800930 },
931 "MinReading": {
932 "type": "number"
933 },
934 "MinValue": {
935 "type": "number"
936 },
Brad Bishop66665882020-05-07 17:05:18 -0400937 "Name": {
938 "type": "string"
939 },
940 "Name1": {
941 "type": "string"
942 },
Scron Chang73347452020-12-30 20:00:39 +0800943 "Name2": {
944 "type": "string"
945 },
946 "Name3": {
947 "type": "string"
948 },
949 "Name4": {
950 "type": "string"
951 },
952 "Name5": {
953 "type": "string"
954 },
955 "Name6": {
956 "type": "string"
957 },
958 "Name7": {
959 "type": "string"
960 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500961 "Name8": {
962 "type": "string"
963 },
964 "Name9": {
965 "type": "string"
966 },
967 "Name10": {
968 "type": "string"
969 },
970 "Name11": {
971 "type": "string"
972 },
973 "Name12": {
974 "type": "string"
975 },
976 "Name13": {
977 "type": "string"
978 },
979 "Name14": {
980 "type": "string"
981 },
982 "Name15": {
983 "type": "string"
984 },
985 "Name16": {
986 "type": "string"
987 },
988 "Name17": {
989 "type": "string"
990 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400991 "OffsetValue": {
992 "type": "number"
993 },
Brad Bishop66665882020-05-07 17:05:18 -0400994 "Polarity": {
Matt Spinlercbf6d012024-01-22 17:12:39 -0600995 "enum": ["High", "Low"]
Brad Bishop66665882020-05-07 17:05:18 -0400996 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400997 "Polling": {
998 "type": "object"
999 },
Brad Bishop66665882020-05-07 17:05:18 -04001000 "PowerFactorMax": {
1001 "type": "number"
1002 },
1003 "PowerFactorMin": {
1004 "type": "number"
1005 },
Matt Spinler2f2f4b82024-08-06 13:38:58 -05001006 "PowerPort": {
1007 "type": "boolean"
1008 },
Brad Bishop98e78b72020-06-22 16:12:15 -04001009 "PowerScaleFactor": {
1010 "type": "number"
1011 },
Brad Bishop66665882020-05-07 17:05:18 -04001012 "PowerState": {
1013 "type": "string"
1014 },
Brad Bishop98e78b72020-06-22 16:12:15 -04001015 "Presence": {
1016 "properties": {
1017 "PinName": {
1018 "type": "string"
1019 },
1020 "Polarity": {
Patrick Williams7d6080d2024-09-04 12:54:45 -04001021 "$ref": "#/$defs/Types/Polarity"
Brad Bishop98e78b72020-06-22 16:12:15 -04001022 }
1023 },
1024 "type": "object"
1025 },
Brad Bishop66665882020-05-07 17:05:18 -04001026 "PresenceGpio": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -06001027 "type": ["number", "array"]
Brad Bishop66665882020-05-07 17:05:18 -04001028 },
Brad Bishop66665882020-05-07 17:05:18 -04001029 "Pwm": {
1030 "type": "number"
1031 },
1032 "QMax": {
1033 "type": "number"
1034 },
1035 "QMin": {
1036 "type": "number"
1037 },
Chau Ly692bebd2024-01-30 08:58:10 +00001038 "Rearm": {
1039 "enum": ["Automatic", "Manual"]
1040 },
Brad Bishop98e78b72020-06-22 16:12:15 -04001041 "RedundantCount": {
1042 "type": "number"
1043 },
Brad Bishop66665882020-05-07 17:05:18 -04001044 "ScaleFactor": {
1045 "type": "number"
1046 },
Brad Bishop98e78b72020-06-22 16:12:15 -04001047 "ScaleValue": {
1048 "type": "number"
1049 },
1050 "SensorType": {
1051 "type": "string"
1052 },
Bright Cheng00503d02024-08-27 16:17:47 +08001053 "SlotId": {
1054 "type": "string"
1055 },
Brad Bishop66665882020-05-07 17:05:18 -04001056 "TachMaxPercent": {
1057 "type": "number"
1058 },
1059 "TachMinPercent": {
1060 "type": "number"
1061 },
1062 "Tachs": {
1063 "items": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -06001064 "type": ["number", "string"]
Brad Bishop66665882020-05-07 17:05:18 -04001065 },
1066 "type": "array"
1067 },
1068 "Thresholds": {
1069 "items": {
1070 "properties": {
1071 "Direction": {
1072 "type": "string"
1073 },
Rashmica Gupta3c543602021-07-29 15:14:36 +10001074 "Hysteresis": {
1075 "type": "number"
1076 },
Brad Bishop66665882020-05-07 17:05:18 -04001077 "Label": {
1078 "type": "string"
1079 },
1080 "Name": {
1081 "type": "string"
1082 },
1083 "Severity": {
Rashmica Guptae5437572021-07-29 19:12:15 +10001084 "type": "number",
1085 "minimum": 0,
1086 "maximum": 4
Brad Bishop66665882020-05-07 17:05:18 -04001087 },
1088 "Value": {
1089 "type": "number"
1090 }
1091 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -06001092 "required": ["Direction", "Name", "Severity", "Value"],
Brad Bishop66665882020-05-07 17:05:18 -04001093 "type": "object"
1094 },
1095 "type": "array"
1096 },
Josh Lehanfea4f1a2021-03-17 16:31:33 -07001097 "Timeout": {
1098 "type": "number"
1099 },
Anoop Sa5a716d2020-11-26 18:57:26 +00001100 "HostSMbusIndex": {
1101 "type": "number"
1102 },
Scron Chang73347452020-12-30 20:00:39 +08001103 "pin_Max": {
1104 "type": "number"
1105 },
1106 "pin_Min": {
1107 "type": "number"
1108 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001109 "pin_Name": {
1110 "type": "string"
1111 },
1112 "maxpin_Name": {
1113 "type": "string"
1114 },
Scron Chang73347452020-12-30 20:00:39 +08001115 "vin_Max": {
1116 "type": "number"
1117 },
1118 "vin_Min": {
1119 "type": "number"
1120 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001121 "vin_Name": {
1122 "type": "string"
1123 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +02001124 "iin_Name": {
1125 "type": "string"
1126 },
Ian Chien41398a62024-08-21 10:26:19 +08001127 "in0_Max": {
1128 "type": "number"
1129 },
Potin Lai146673b2024-08-08 19:19:19 +08001130 "in0_Min": {
1131 "type": "number"
1132 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +02001133 "in0_Name": {
1134 "type": "string"
1135 },
Ian Chien41398a62024-08-21 10:26:19 +08001136 "in1_Max": {
1137 "type": "number"
1138 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001139 "in1_Name": {
1140 "type": "string"
1141 },
Ian Chien41398a62024-08-21 10:26:19 +08001142 "in2_Max": {
1143 "type": "number"
1144 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001145 "in2_Name": {
1146 "type": "string"
1147 },
Ian Chien41398a62024-08-21 10:26:19 +08001148 "in3_Max": {
1149 "type": "number"
1150 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001151 "in3_Name": {
1152 "type": "string"
1153 },
Ian Chien41398a62024-08-21 10:26:19 +08001154 "in4_Max": {
1155 "type": "number"
1156 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001157 "in4_Name": {
1158 "type": "string"
1159 },
Ian Chien41398a62024-08-21 10:26:19 +08001160 "in5_Max": {
1161 "type": "number"
1162 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001163 "in5_Name": {
1164 "type": "string"
1165 },
1166 "in6_Name": {
1167 "type": "string"
1168 },
1169 "in7_Name": {
1170 "type": "string"
1171 },
Ian Chien41398a62024-08-21 10:26:19 +08001172 "in_voltage0_Max": {
1173 "type": "number"
1174 },
Ian Chien2c188082024-07-24 11:13:43 +08001175 "in_voltage0_Name": {
1176 "type": "string"
1177 },
Ian Chien41398a62024-08-21 10:26:19 +08001178 "in_voltage1_Max": {
1179 "type": "number"
1180 },
Ian Chien2c188082024-07-24 11:13:43 +08001181 "in_voltage1_Name": {
1182 "type": "string"
1183 },
Ian Chien41398a62024-08-21 10:26:19 +08001184 "in_voltage2_Max": {
1185 "type": "number"
1186 },
Ian Chien2c188082024-07-24 11:13:43 +08001187 "in_voltage2_Name": {
1188 "type": "string"
1189 },
Ian Chien41398a62024-08-21 10:26:19 +08001190 "in_voltage3_Max": {
1191 "type": "number"
1192 },
Ian Chien2c188082024-07-24 11:13:43 +08001193 "in_voltage3_Name": {
1194 "type": "string"
1195 },
Ian Chien41398a62024-08-21 10:26:19 +08001196 "in_voltage4_Max": {
1197 "type": "number"
1198 },
Ian Chien2c188082024-07-24 11:13:43 +08001199 "in_voltage4_Name": {
1200 "type": "string"
1201 },
Ian Chien41398a62024-08-21 10:26:19 +08001202 "in_voltage5_Max": {
1203 "type": "number"
1204 },
Ian Chien2c188082024-07-24 11:13:43 +08001205 "in_voltage5_Name": {
1206 "type": "string"
1207 },
1208 "in_voltage6_Name": {
1209 "type": "string"
1210 },
1211 "in_voltage7_Name": {
1212 "type": "string"
1213 },
Ian Chien7ee8c022024-08-16 15:12:18 +08001214 "in_voltage8_Name": {
1215 "type": "string"
1216 },
1217 "in_voltage9_Name": {
1218 "type": "string"
1219 },
Peter Yin758aecd2024-05-10 15:18:44 +08001220 "in0_PowerState": {
1221 "type": "string"
1222 },
1223 "in1_PowerState": {
1224 "type": "string"
1225 },
1226 "in2_PowerState": {
1227 "type": "string"
1228 },
1229 "in3_PowerState": {
1230 "type": "string"
1231 },
1232 "in4_PowerState": {
1233 "type": "string"
1234 },
1235 "in5_PowerState": {
1236 "type": "string"
1237 },
1238 "in6_PowerState": {
1239 "type": "string"
1240 },
1241 "in7_PowerState": {
1242 "type": "string"
1243 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001244 "curr1_Name": {
1245 "type": "string"
1246 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +02001247 "curr2_Name": {
1248 "type": "string"
1249 },
Potin Lai16152b52023-10-31 18:48:02 +08001250 "curr3_Name": {
1251 "type": "string"
1252 },
1253 "curr4_Name": {
1254 "type": "string"
1255 },
Zev Weiss585d08c2023-11-07 07:43:45 +00001256 "iin1_Max": {
1257 "type": "number"
1258 },
1259 "iin1_Min": {
1260 "type": "number"
1261 },
1262 "iin1_Name": {
1263 "type": "string"
1264 },
1265 "iin2_Max": {
1266 "type": "number"
1267 },
1268 "iin2_Min": {
1269 "type": "number"
1270 },
1271 "iin2_Name": {
1272 "type": "string"
1273 },
1274 "iin3_Max": {
1275 "type": "number"
1276 },
1277 "iin3_Min": {
1278 "type": "number"
1279 },
1280 "iin3_Name": {
1281 "type": "string"
1282 },
Scron Chang73347452020-12-30 20:00:39 +08001283 "iout1_Max": {
1284 "type": "number"
1285 },
1286 "iout1_Min": {
1287 "type": "number"
1288 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001289 "iout1_Name": {
1290 "type": "string"
1291 },
1292 "maxiout1_Name": {
1293 "type": "string"
1294 },
Scron Chang73347452020-12-30 20:00:39 +08001295 "iout2_Max": {
1296 "type": "number"
1297 },
1298 "iout2_Min": {
1299 "type": "number"
1300 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001301 "iout2_Name": {
1302 "type": "string"
1303 },
Zev Weiss585d08c2023-11-07 07:43:45 +00001304 "iout3_Max": {
1305 "type": "number"
1306 },
1307 "iout3_Min": {
1308 "type": "number"
1309 },
1310 "iout3_Name": {
1311 "type": "string"
1312 },
1313 "pin1_Max": {
1314 "type": "number"
1315 },
1316 "pin1_Min": {
1317 "type": "number"
1318 },
1319 "pin1_Name": {
1320 "type": "string"
1321 },
1322 "pin2_Max": {
1323 "type": "number"
1324 },
1325 "pin2_Min": {
1326 "type": "number"
1327 },
1328 "pin2_Name": {
1329 "type": "string"
1330 },
1331 "pin3_Max": {
1332 "type": "number"
1333 },
1334 "pin3_Min": {
1335 "type": "number"
1336 },
1337 "pin3_Name": {
1338 "type": "string"
1339 },
Scron Chang73347452020-12-30 20:00:39 +08001340 "pout1_Max": {
1341 "type": "number"
1342 },
1343 "pout1_Min": {
1344 "type": "number"
1345 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001346 "pout1_Name": {
1347 "type": "string"
1348 },
Scron Chang73347452020-12-30 20:00:39 +08001349 "pout2_Max": {
1350 "type": "number"
1351 },
1352 "pout2_Min": {
1353 "type": "number"
1354 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001355 "pout2_Name": {
1356 "type": "string"
1357 },
Scron Chang73347452020-12-30 20:00:39 +08001358 "pout3_Max": {
1359 "type": "number"
1360 },
1361 "pout3_Min": {
1362 "type": "number"
1363 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001364 "pout3_Name": {
1365 "type": "string"
1366 },
1367 "power1_Name": {
1368 "type": "string"
1369 },
Potin Lai16152b52023-10-31 18:48:02 +08001370 "power2_Name": {
1371 "type": "string"
1372 },
1373 "power3_Name": {
1374 "type": "string"
1375 },
1376 "power4_Name": {
1377 "type": "string"
1378 },
1379 "power5_Name": {
1380 "type": "string"
1381 },
1382 "power6_Name": {
1383 "type": "string"
1384 },
1385 "power7_Name": {
1386 "type": "string"
1387 },
1388 "power8_Name": {
1389 "type": "string"
1390 },
1391 "power9_Name": {
1392 "type": "string"
1393 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001394 "temp1_Name": {
1395 "type": "string"
1396 },
Zev Weiss585d08c2023-11-07 07:43:45 +00001397 "temp2_Name": {
1398 "type": "string"
1399 },
1400 "temp3_Name": {
1401 "type": "string"
1402 },
1403 "temp4_Name": {
1404 "type": "string"
1405 },
Potin Lai16152b52023-10-31 18:48:02 +08001406 "temp5_Name": {
1407 "type": "string"
1408 },
1409 "temp6_Name": {
1410 "type": "string"
1411 },
1412 "temp7_Name": {
1413 "type": "string"
1414 },
1415 "temp8_Name": {
1416 "type": "string"
1417 },
Scron Chang73347452020-12-30 20:00:39 +08001418 "vout1_Max": {
1419 "type": "number"
1420 },
1421 "vout1_Min": {
1422 "type": "number"
1423 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001424 "vout1_Name": {
1425 "type": "string"
1426 },
Scron Chang73347452020-12-30 20:00:39 +08001427 "vout2_Max": {
1428 "type": "number"
1429 },
1430 "vout2_Min": {
1431 "type": "number"
1432 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001433 "vout2_Name": {
1434 "type": "string"
1435 },
Scron Chang73347452020-12-30 20:00:39 +08001436 "vout3_Max": {
1437 "type": "number"
1438 },
1439 "vout3_Min": {
1440 "type": "number"
1441 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001442 "vout3_Name": {
1443 "type": "string"
1444 },
Scron Chang73347452020-12-30 20:00:39 +08001445 "vout4_Max": {
1446 "type": "number"
1447 },
1448 "vout4_Min": {
1449 "type": "number"
1450 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001451 "vout4_Name": {
1452 "type": "string"
1453 },
Scron Chang73347452020-12-30 20:00:39 +08001454 "vout5_Max": {
1455 "type": "number"
1456 },
1457 "vout5_Min": {
1458 "type": "number"
1459 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001460 "vout5_Name": {
1461 "type": "string"
1462 },
Scron Chang73347452020-12-30 20:00:39 +08001463 "vout6_Max": {
1464 "type": "number"
1465 },
1466 "vout6_Min": {
1467 "type": "number"
1468 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001469 "vout6_Name": {
1470 "type": "string"
1471 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001472 "vout7_Max": {
1473 "type": "number"
1474 },
1475 "vout7_Min": {
1476 "type": "number"
1477 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001478 "vout7_Name": {
1479 "type": "string"
1480 },
Scron Chang73347452020-12-30 20:00:39 +08001481 "vout8_Max": {
1482 "type": "number"
1483 },
1484 "vout8_Min": {
1485 "type": "number"
1486 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001487 "vout8_Name": {
1488 "type": "string"
1489 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001490 "vout9_Max": {
1491 "type": "number"
1492 },
1493 "vout9_Min": {
1494 "type": "number"
1495 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001496 "vout9_Name": {
1497 "type": "string"
1498 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001499 "vout10_Max": {
1500 "type": "number"
1501 },
1502 "vout10_Min": {
1503 "type": "number"
1504 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001505 "vout10_Name": {
1506 "type": "string"
1507 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001508 "vout11_Max": {
1509 "type": "number"
1510 },
1511 "vout11_Min": {
1512 "type": "number"
1513 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001514 "vout11_Name": {
1515 "type": "string"
1516 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001517 "vout12_Max": {
1518 "type": "number"
1519 },
1520 "vout12_Min": {
1521 "type": "number"
1522 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001523 "vout12_Name": {
1524 "type": "string"
1525 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001526 "vout13_Max": {
1527 "type": "number"
1528 },
1529 "vout13_Min": {
1530 "type": "number"
1531 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001532 "vout13_Name": {
1533 "type": "string"
1534 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001535 "vout14_Max": {
1536 "type": "number"
1537 },
1538 "vout14_Min": {
1539 "type": "number"
1540 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001541 "vout14_Name": {
1542 "type": "string"
1543 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001544 "vout15_Max": {
1545 "type": "number"
1546 },
1547 "vout15_Min": {
1548 "type": "number"
1549 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001550 "vout15_Name": {
1551 "type": "string"
1552 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001553 "vout16_Max": {
1554 "type": "number"
1555 },
1556 "vout16_Min": {
1557 "type": "number"
1558 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001559 "vout16_Name": {
1560 "type": "string"
1561 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001562 "vout17_Max": {
1563 "type": "number"
1564 },
1565 "vout17_Min": {
1566 "type": "number"
1567 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001568 "vout17_Name": {
1569 "type": "string"
1570 },
Ali El-Haj-Mahmoud9f591c22023-05-08 14:10:17 -04001571 "fan1_Name": {
1572 "type": "string"
1573 },
Scron Chang73347452020-12-30 20:00:39 +08001574 "iout1_Offset": {
1575 "type": "number"
1576 },
1577 "pout1_Offset": {
1578 "type": "number"
1579 },
Yang Chen7d73f432024-09-25 20:47:25 +08001580 "pin_Offset": {
1581 "type": "number"
1582 },
Scron Changf0941252021-01-22 21:02:50 +08001583 "iout1_Scale": {
1584 "type": "number"
1585 },
Sara Lin14c474c2024-04-24 18:01:17 +08001586 "pin_Scale": {
1587 "type": "number"
1588 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001589 "in0_Scale": {
1590 "type": "number"
1591 },
1592 "in1_Scale": {
1593 "type": "number"
1594 },
1595 "in2_Scale": {
1596 "type": "number"
1597 },
1598 "in3_Scale": {
1599 "type": "number"
1600 },
1601 "in4_Scale": {
1602 "type": "number"
1603 },
1604 "in5_Scale": {
1605 "type": "number"
1606 },
1607 "in6_Scale": {
1608 "type": "number"
1609 },
1610 "in7_Scale": {
1611 "type": "number"
1612 },
Ian Chien2c188082024-07-24 11:13:43 +08001613 "in_voltage0_Scale": {
1614 "type": "number"
1615 },
1616 "in_voltage1_Scale": {
1617 "type": "number"
1618 },
1619 "in_voltage2_Scale": {
1620 "type": "number"
1621 },
1622 "in_voltage3_Scale": {
1623 "type": "number"
1624 },
1625 "in_voltage4_Scale": {
1626 "type": "number"
1627 },
1628 "in_voltage5_Scale": {
1629 "type": "number"
1630 },
1631 "in_voltage6_Scale": {
1632 "type": "number"
1633 },
1634 "in_voltage7_Scale": {
1635 "type": "number"
1636 },
Ian Chien7ee8c022024-08-16 15:12:18 +08001637 "in_voltage8_Scale": {
1638 "type": "number"
1639 },
1640 "in_voltage9_Scale": {
1641 "type": "number"
1642 },
Scron Changf0941252021-01-22 21:02:50 +08001643 "PollRate": {
1644 "type": "number"
1645 },
Brad Bishop66665882020-05-07 17:05:18 -04001646 "Type": {
1647 "type": "string"
Brad Bishop66665882020-05-07 17:05:18 -04001648 }
1649 }
1650 }
1651}