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