1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/PowerDistribution.v1_4_0.json",
3    "$ref": "#/definitions/PowerDistribution",
4    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6    "definitions": {
7        "Actions": {
8            "additionalProperties": false,
9            "description": "The available actions for this resource.",
10            "longDescription": "This type shall contain the available actions for this resource.",
11            "patternProperties": {
12                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13                    "description": "This property shall specify a valid odata or Redfish property.",
14                    "type": [
15                        "array",
16                        "boolean",
17                        "integer",
18                        "number",
19                        "null",
20                        "object",
21                        "string"
22                    ]
23                }
24            },
25            "properties": {
26                "#PowerDistribution.TransferControl": {
27                    "$ref": "#/definitions/TransferControl"
28                },
29                "Oem": {
30                    "$ref": "#/definitions/OemActions",
31                    "description": "The available OEM-specific actions for this resource.",
32                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
33                }
34            },
35            "type": "object"
36        },
37        "Links": {
38            "additionalProperties": false,
39            "description": "The links to other resources that are related to this resource.",
40            "longDescription": "This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.",
41            "patternProperties": {
42                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
43                    "description": "This property shall specify a valid odata or Redfish property.",
44                    "type": [
45                        "array",
46                        "boolean",
47                        "integer",
48                        "number",
49                        "null",
50                        "object",
51                        "string"
52                    ]
53                }
54            },
55            "properties": {
56                "Chassis": {
57                    "description": "An array of links to the chassis that contain this equipment.",
58                    "items": {
59                        "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis"
60                    },
61                    "longDescription": "This property shall contain an array of links to resources of type `Chassis` that represent the physical containers associated with this resource.",
62                    "readonly": true,
63                    "type": "array"
64                },
65                "Chassis@odata.count": {
66                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67                },
68                "Facility": {
69                    "$ref": "http://redfish.dmtf.org/schemas/v1/Facility.json#/definitions/Facility",
70                    "description": "A link to the facility that contains this equipment.",
71                    "longDescription": "This property shall contain a link to a resource of type `Facility` that represents the facility that contains this equipment.",
72                    "readonly": true
73                },
74                "ManagedBy": {
75                    "description": "An array of links to the managers responsible for managing this equipment.",
76                    "items": {
77                        "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager"
78                    },
79                    "longDescription": "This property shall contain an array of links to resources of type `Manager` that represent the managers that manage this equipment.",
80                    "readonly": true,
81                    "type": "array"
82                },
83                "ManagedBy@odata.count": {
84                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
85                },
86                "Oem": {
87                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
88                    "description": "The OEM extension property.",
89                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
90                }
91            },
92            "type": "object"
93        },
94        "OemActions": {
95            "additionalProperties": true,
96            "description": "The available OEM-specific actions for this resource.",
97            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
98            "patternProperties": {
99                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
100                    "description": "This property shall specify a valid odata or Redfish property.",
101                    "type": [
102                        "array",
103                        "boolean",
104                        "integer",
105                        "number",
106                        "null",
107                        "object",
108                        "string"
109                    ]
110                }
111            },
112            "properties": {},
113            "type": "object"
114        },
115        "PowerDistribution": {
116            "additionalProperties": false,
117            "description": "The `PowerDistribution` schema contains the definitions for a power distribution component or unit, such as a floor power distribution unit (PDU) or switchgear.",
118            "longDescription": "This resource shall represent a power distribution component or unit for a Redfish implementation.",
119            "patternProperties": {
120                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
121                    "description": "This property shall specify a valid odata or Redfish property.",
122                    "type": [
123                        "array",
124                        "boolean",
125                        "integer",
126                        "number",
127                        "null",
128                        "object",
129                        "string"
130                    ]
131                }
132            },
133            "properties": {
134                "@odata.context": {
135                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
136                },
137                "@odata.etag": {
138                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
139                },
140                "@odata.id": {
141                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
142                },
143                "@odata.type": {
144                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
145                },
146                "Actions": {
147                    "$ref": "#/definitions/Actions",
148                    "description": "The available actions for this resource.",
149                    "longDescription": "This property shall contain the available actions for this resource."
150                },
151                "AssetTag": {
152                    "description": "The user-assigned asset tag for this equipment.",
153                    "longDescription": "This property shall contain the user-assigned asset tag, which is an identifying string that tracks the equipment for inventory purposes.  Modifying this property may modify the `AssetTag` in the containing `Chassis` resource.",
154                    "readonly": false,
155                    "type": [
156                        "string",
157                        "null"
158                    ]
159                },
160                "Branches": {
161                    "$ref": "http://redfish.dmtf.org/schemas/v1/CircuitCollection.json#/definitions/CircuitCollection",
162                    "description": "A link to the branch circuits for this equipment.",
163                    "longDescription": "This property shall contain a link to a resource collection of type `CircuitCollection` that contains the branch circuits for this equipment.",
164                    "readonly": true
165                },
166                "Description": {
167                    "anyOf": [
168                        {
169                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
170                        },
171                        {
172                            "type": "null"
173                        }
174                    ],
175                    "readonly": true
176                },
177                "EquipmentType": {
178                    "$ref": "#/definitions/PowerEquipmentType",
179                    "description": "The type of equipment this resource represents.",
180                    "longDescription": "This property shall contain the type of equipment this resource represents.",
181                    "readonly": true
182                },
183                "Feeders": {
184                    "$ref": "http://redfish.dmtf.org/schemas/v1/CircuitCollection.json#/definitions/CircuitCollection",
185                    "description": "A link to the feeder circuits for this equipment.",
186                    "longDescription": "This property shall contain a link to a resource collection of type `CircuitCollection` that contains the feeder circuits for this equipment.",
187                    "readonly": true
188                },
189                "FirmwareVersion": {
190                    "description": "The firmware version of this equipment.",
191                    "longDescription": "This property shall contain a string describing the firmware version of this equipment as provided by the manufacturer.",
192                    "readonly": true,
193                    "type": "string"
194                },
195                "Id": {
196                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
197                    "readonly": true
198                },
199                "Links": {
200                    "$ref": "#/definitions/Links",
201                    "description": "The links to other resources that are related to this resource.",
202                    "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."
203                },
204                "Location": {
205                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
206                    "description": "The location of the equipment.",
207                    "longDescription": "This property shall contain the location information of the associated equipment."
208                },
209                "Mains": {
210                    "$ref": "http://redfish.dmtf.org/schemas/v1/CircuitCollection.json#/definitions/CircuitCollection",
211                    "description": "A link to the power input circuits for this equipment.",
212                    "longDescription": "This property shall contain a link to a resource collection of type `CircuitCollection` that contains the power input circuits for this equipment.",
213                    "readonly": true
214                },
215                "MainsRedundancy": {
216                    "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/RedundantGroup",
217                    "description": "The redundancy information for the mains (input) circuits for this equipment.",
218                    "longDescription": "This property shall contain redundancy information for the mains (input) circuits for this equipment.  The values of the `RedundancyGroup` array shall reference resources of type `Circuit`.",
219                    "versionAdded": "v1_1_0"
220                },
221                "Manufacturer": {
222                    "description": "The manufacturer of this equipment.",
223                    "longDescription": "This property shall contain the name of the organization responsible for producing the equipment.  This organization may be the entity from which the equipment is purchased, but this is not necessarily true.",
224                    "readonly": true,
225                    "type": [
226                        "string",
227                        "null"
228                    ]
229                },
230                "Metrics": {
231                    "$ref": "http://redfish.dmtf.org/schemas/v1/PowerDistributionMetrics.json#/definitions/PowerDistributionMetrics",
232                    "description": "A link to the summary metrics for this equipment.",
233                    "longDescription": "This property shall contain a link to a resource of type `PowerDistributionMetrics`.",
234                    "readonly": true
235                },
236                "Model": {
237                    "description": "The product model number of this equipment.",
238                    "longDescription": "This property shall contain the manufacturer-provided model information of this equipment.",
239                    "readonly": true,
240                    "type": [
241                        "string",
242                        "null"
243                    ]
244                },
245                "Name": {
246                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
247                    "readonly": true
248                },
249                "Oem": {
250                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
251                    "description": "The OEM extension property.",
252                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
253                },
254                "OutletGroups": {
255                    "$ref": "http://redfish.dmtf.org/schemas/v1/OutletGroupCollection.json#/definitions/OutletGroupCollection",
256                    "description": "A link to the outlet groups for this equipment.",
257                    "longDescription": "This property shall contain a link to a resource collection of type `OutletCollection` that contains the outlet groups for this equipment.",
258                    "readonly": true
259                },
260                "Outlets": {
261                    "$ref": "http://redfish.dmtf.org/schemas/v1/OutletCollection.json#/definitions/OutletCollection",
262                    "description": "A link to the outlets for this equipment.",
263                    "longDescription": "This property shall contain a link to a resource collection of type `OutletCollection` that contains the outlets for this equipment.",
264                    "readonly": true
265                },
266                "PartNumber": {
267                    "description": "The part number for this equipment.",
268                    "longDescription": "This property shall contain the manufacturer-provided part number for the equipment.",
269                    "readonly": true,
270                    "type": [
271                        "string",
272                        "null"
273                    ]
274                },
275                "PowerCapacityVA": {
276                    "description": "The maximum power capacity, rated as apparent power, of this equipment, in volt-ampere units.",
277                    "longDescription": "This property shall contain the maximum power capacity, rated as apparent power, of this equipment, in volt-ampere units.",
278                    "minimum": 0,
279                    "readonly": true,
280                    "type": [
281                        "integer",
282                        "null"
283                    ],
284                    "units": "V.A",
285                    "versionAdded": "v1_4_0"
286                },
287                "PowerSupplies": {
288                    "$ref": "http://redfish.dmtf.org/schemas/v1/PowerSupplyCollection.json#/definitions/PowerSupplyCollection",
289                    "deprecated": "This property has been deprecated in favor of the `PowerSupplies` link in the `Chassis` resource.",
290                    "description": "The link to the collection of power supplies for this equipment.",
291                    "longDescription": "This property shall contain a link to a resource collection of type `PowerSupplyCollection`.",
292                    "readonly": true,
293                    "versionAdded": "v1_1_0",
294                    "versionDeprecated": "v1_3_0"
295                },
296                "PowerSupplyRedundancy": {
297                    "deprecated": "This property has been deprecated in favor of the `PowerSupplyRedundancy` property in the `Chassis` resource.",
298                    "description": "The redundancy information for the set of power supplies for this equipment.",
299                    "items": {
300                        "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/RedundantGroup"
301                    },
302                    "longDescription": "This property shall contain redundancy information for the set of power supplies for this equipment.  The values of the `RedundancyGroup` array shall reference resources of type `PowerSupply`.",
303                    "type": "array",
304                    "versionAdded": "v1_1_0",
305                    "versionDeprecated": "v1_3_0"
306                },
307                "ProductionDate": {
308                    "description": "The production or manufacturing date of this equipment.",
309                    "format": "date-time",
310                    "longDescription": "This property shall contain the date of production or manufacture for this equipment.",
311                    "readonly": true,
312                    "type": [
313                        "string",
314                        "null"
315                    ]
316                },
317                "Sensors": {
318                    "$ref": "http://redfish.dmtf.org/schemas/v1/SensorCollection.json#/definitions/SensorCollection",
319                    "deprecated": "This property has been deprecated in favor of the `Sensors` link in the `Chassis` resource.",
320                    "description": "A link to the collection of sensors located in the equipment and sub-components.",
321                    "longDescription": "This property shall be a link to a resource collection of type `SensorCollection` that contains the sensors located in the equipment and sub-components.",
322                    "readonly": true,
323                    "versionDeprecated": "v1_3_0"
324                },
325                "SerialNumber": {
326                    "description": "The serial number for this equipment.",
327                    "longDescription": "This property shall contain a manufacturer-allocated number that identifies the equipment.",
328                    "readonly": true,
329                    "type": [
330                        "string",
331                        "null"
332                    ]
333                },
334                "Status": {
335                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
336                    "description": "The status and health of the resource and its subordinate or dependent resources.",
337                    "longDescription": "This property shall contain any status or health properties of the resource."
338                },
339                "Subfeeds": {
340                    "$ref": "http://redfish.dmtf.org/schemas/v1/CircuitCollection.json#/definitions/CircuitCollection",
341                    "description": "A link to the subfeed circuits for this equipment.",
342                    "longDescription": "This property shall contain a link to a resource collection of type `CircuitCollection` that contains the subfeed circuits for this equipment.",
343                    "readonly": true
344                },
345                "TransferConfiguration": {
346                    "anyOf": [
347                        {
348                            "$ref": "#/definitions/TransferConfiguration"
349                        },
350                        {
351                            "type": "null"
352                        }
353                    ],
354                    "description": "The configuration settings for an automatic transfer switch.",
355                    "longDescription": "This property shall contain the configuration information regarding an automatic transfer switch function for this resource."
356                },
357                "TransferCriteria": {
358                    "anyOf": [
359                        {
360                            "$ref": "#/definitions/TransferCriteria"
361                        },
362                        {
363                            "type": "null"
364                        }
365                    ],
366                    "description": "The criteria used to initiate a transfer for an automatic transfer switch.",
367                    "longDescription": "This property shall contain the criteria for initiating a transfer within an automatic transfer switch function for this resource."
368                },
369                "UUID": {
370                    "anyOf": [
371                        {
372                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/UUID"
373                        },
374                        {
375                            "type": "null"
376                        }
377                    ],
378                    "description": "The UUID for this equipment.",
379                    "longDescription": "This property shall contain the UUID for the equipment.",
380                    "readonly": true
381                },
382                "UserLabel": {
383                    "description": "A user-assigned label.",
384                    "longDescription": "This property shall contain a user-assigned label used to identify this resource.  If a value has not been assigned by a user, the value of this property shall be an empty string.",
385                    "readonly": false,
386                    "type": "string",
387                    "versionAdded": "v1_3_0"
388                },
389                "Version": {
390                    "description": "The hardware version of this equipment.",
391                    "longDescription": "This property shall contain the hardware version of this equipment as determined by the vendor or supplier.",
392                    "readonly": true,
393                    "type": [
394                        "string",
395                        "null"
396                    ]
397                }
398            },
399            "required": [
400                "EquipmentType",
401                "@odata.id",
402                "@odata.type",
403                "Id",
404                "Name"
405            ],
406            "type": "object"
407        },
408        "PowerEquipmentType": {
409            "enum": [
410                "RackPDU",
411                "FloorPDU",
412                "ManualTransferSwitch",
413                "AutomaticTransferSwitch",
414                "Switchgear",
415                "PowerShelf",
416                "Bus",
417                "BatteryShelf"
418            ],
419            "enumDescriptions": {
420                "AutomaticTransferSwitch": "An automatic power transfer switch.",
421                "BatteryShelf": "A battery shelf or battery-backed unit (BBU).",
422                "Bus": "An electrical bus.",
423                "FloorPDU": "A power distribution unit providing feeder circuits for further power distribution.",
424                "ManualTransferSwitch": "A manual power transfer switch.",
425                "PowerShelf": "A power shelf.",
426                "RackPDU": "A power distribution unit providing outlets for a rack or similar quantity of devices.",
427                "Switchgear": "Electrical switchgear."
428            },
429            "enumVersionAdded": {
430                "BatteryShelf": "v1_3_0",
431                "Bus": "v1_2_0",
432                "PowerShelf": "v1_1_0"
433            },
434            "type": "string"
435        },
436        "TransferConfiguration": {
437            "additionalProperties": false,
438            "description": "The configuration settings for an automatic transfer switch.",
439            "longDescription": "This type shall contain the configuration information regarding an automatic transfer switch function for this resource.",
440            "patternProperties": {
441                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
442                    "description": "This property shall specify a valid odata or Redfish property.",
443                    "type": [
444                        "array",
445                        "boolean",
446                        "integer",
447                        "number",
448                        "null",
449                        "object",
450                        "string"
451                    ]
452                }
453            },
454            "properties": {
455                "ActiveMainsId": {
456                    "description": "The mains circuit that is switched on and qualified to supply power to the output circuit.",
457                    "longDescription": "This property shall contain the mains circuit that is switched on and qualified to supply power to the output circuit.  The value shall be a string that matches the `Id` property value of a circuit contained in the collection referenced by the `Mains` property.",
458                    "readonly": false,
459                    "type": [
460                        "string",
461                        "null"
462                    ]
463                },
464                "AutoTransferEnabled": {
465                    "description": "Indicates if the qualified alternate mains circuit is automatically switched on when the preferred mains circuit becomes unqualified and is automatically switched off.",
466                    "longDescription": "This property shall indicate if the qualified alternate mains circuit is automatically switched on when the preferred mains circuit becomes unqualified and is automatically switched off.",
467                    "readonly": false,
468                    "type": [
469                        "boolean",
470                        "null"
471                    ]
472                },
473                "ClosedTransitionAllowed": {
474                    "description": "Indicates if a make-before-break switching sequence of the mains circuits is permitted when they are both qualified and in synchronization.",
475                    "longDescription": "This property shall indicate if a make-before-break switching sequence of the mains circuits is permitted when they are both qualified and in synchronization.",
476                    "readonly": false,
477                    "type": [
478                        "boolean",
479                        "null"
480                    ]
481                },
482                "ClosedTransitionTimeoutSeconds": {
483                    "description": "The time in seconds to wait for a closed transition to occur.",
484                    "longDescription": "This property shall contain the time in seconds to wait for a closed transition to occur.",
485                    "readonly": false,
486                    "type": [
487                        "integer",
488                        "null"
489                    ]
490                },
491                "PreferredMainsId": {
492                    "description": "The preferred source for the mains circuit to this equipment.",
493                    "longDescription": "This property shall contain the preferred source for mains circuit to this equipment.  The value shall be a string that matches the `Id` property value of a circuit contained in the collection referenced by the `Mains` property.",
494                    "readonly": false,
495                    "type": [
496                        "string",
497                        "null"
498                    ]
499                },
500                "RetransferDelaySeconds": {
501                    "description": "The time in seconds to delay the automatic transfer from the alternate mains circuit back to the preferred mains circuit.",
502                    "longDescription": "This property shall contain the time in seconds to delay the automatic transfer from the alternate mains circuit back to the preferred mains circuit.",
503                    "readonly": false,
504                    "type": [
505                        "integer",
506                        "null"
507                    ]
508                },
509                "RetransferEnabled": {
510                    "description": "Indicates if the automatic transfer is permitted from the alternate mains circuit back to the preferred mains circuit after the preferred mains circuit is qualified again and the retransfer delay time has expired.",
511                    "longDescription": "This property shall indicate if the automatic transfer is permitted from the alternate mains circuit back to the preferred mains circuit after the preferred mains circuit is qualified again and the `RetransferDelaySeconds` time has expired.",
512                    "readonly": false,
513                    "type": [
514                        "boolean",
515                        "null"
516                    ]
517                },
518                "TransferDelaySeconds": {
519                    "description": "The time in seconds to delay the automatic transfer from the preferred mains circuit to the alternate mains circuit when the preferred mains circuit is disqualified.",
520                    "longDescription": "This property shall contain the time in seconds to delay the automatic transfer from the preferred mains circuit to the alternate mains circuit when the preferred mains circuit is disqualified.  A value of zero shall mean it transfers as fast as possible.",
521                    "readonly": false,
522                    "type": [
523                        "integer",
524                        "null"
525                    ]
526                },
527                "TransferInhibit": {
528                    "description": "Indicates if any transfer is inhibited.",
529                    "longDescription": "This property shall indicate if any transfer is inhibited.",
530                    "readonly": false,
531                    "type": [
532                        "boolean",
533                        "null"
534                    ]
535                }
536            },
537            "type": "object"
538        },
539        "TransferControl": {
540            "additionalProperties": false,
541            "description": "This action transfers control to the alternative input circuit.",
542            "longDescription": "This action shall transfer power input from the existing mains circuit to the alternative mains circuit.",
543            "parameters": {},
544            "patternProperties": {
545                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
546                    "description": "This property shall specify a valid odata or Redfish property.",
547                    "type": [
548                        "array",
549                        "boolean",
550                        "integer",
551                        "number",
552                        "null",
553                        "object",
554                        "string"
555                    ]
556                }
557            },
558            "properties": {
559                "target": {
560                    "description": "Link to invoke action",
561                    "format": "uri-reference",
562                    "type": "string"
563                },
564                "title": {
565                    "description": "Friendly action name",
566                    "type": "string"
567                }
568            },
569            "type": "object"
570        },
571        "TransferCriteria": {
572            "additionalProperties": false,
573            "description": "The criteria used to initiate a transfer for an automatic transfer switch.",
574            "longDescription": "This type shall contain the criteria for initiating a transfer within an automatic transfer switch function for this resource.",
575            "patternProperties": {
576                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
577                    "description": "This property shall specify a valid odata or Redfish property.",
578                    "type": [
579                        "array",
580                        "boolean",
581                        "integer",
582                        "number",
583                        "null",
584                        "object",
585                        "string"
586                    ]
587                }
588            },
589            "properties": {
590                "OverNominalFrequencyHz": {
591                    "description": "The frequency in hertz units over the nominal value that satisfies a criterion for transfer.",
592                    "longDescription": "This property shall contain the frequency in hertz units over the nominal value that satisfies a criterion for transfer.",
593                    "readonly": false,
594                    "type": [
595                        "number",
596                        "null"
597                    ],
598                    "units": "Hz"
599                },
600                "OverVoltageRMSPercentage": {
601                    "description": "The positive percentage of voltage RMS over the nominal value that satisfies a criterion for transfer.",
602                    "longDescription": "This property shall contain the positive percentage of voltage RMS over the nominal value that satisfies a criterion for transfer.",
603                    "minimum": 0,
604                    "readonly": false,
605                    "type": [
606                        "number",
607                        "null"
608                    ],
609                    "units": "%"
610                },
611                "TransferSensitivity": {
612                    "anyOf": [
613                        {
614                            "$ref": "#/definitions/TransferSensitivityType"
615                        },
616                        {
617                            "type": "null"
618                        }
619                    ],
620                    "description": "The sensitivity to voltage waveform quality to satisfy the criterion for initiating a transfer.",
621                    "longDescription": "This property shall contain the setting that adjusts the analytical sensitivity of the detection of the quality of voltage waveform that satisfies a criterion for transfer.",
622                    "readonly": false
623                },
624                "UnderNominalFrequencyHz": {
625                    "description": "The frequency in hertz units under the nominal value that satisfies a criterion for transfer.",
626                    "longDescription": "This property shall contain the frequency in hertz units under the nominal value that satisfies a criterion for transfer.",
627                    "readonly": false,
628                    "type": [
629                        "number",
630                        "null"
631                    ],
632                    "units": "Hz"
633                },
634                "UnderVoltageRMSPercentage": {
635                    "description": "The negative percentage of voltage RMS under the nominal value that satisfies a criterion for transfer.",
636                    "longDescription": "This property shall contain the negative percentage of voltage RMS under the nominal value that satisfies a criterion for transfer.",
637                    "maximum": 0,
638                    "readonly": false,
639                    "type": [
640                        "number",
641                        "null"
642                    ],
643                    "units": "%"
644                }
645            },
646            "type": "object"
647        },
648        "TransferSensitivityType": {
649            "enum": [
650                "High",
651                "Medium",
652                "Low"
653            ],
654            "enumDescriptions": {
655                "High": "High sensitivity for initiating a transfer.",
656                "Low": "Low sensitivity for initiating a transfer.",
657                "Medium": "Medium sensitivity for initiating a transfer."
658            },
659            "type": "string"
660        }
661    },
662    "language": "en",
663    "owningEntity": "DMTF",
664    "release": "2024.1",
665    "title": "#PowerDistribution.v1_4_0.PowerDistribution"
666}