1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/Pump.v1_1_0.json",
3    "$ref": "#/definitions/Pump",
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                "Oem": {
27                    "$ref": "#/definitions/OemActions",
28                    "description": "The available OEM-specific actions for this resource.",
29                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
30                }
31            },
32            "type": "object"
33        },
34        "OemActions": {
35            "additionalProperties": true,
36            "description": "The available OEM-specific actions for this resource.",
37            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
38            "patternProperties": {
39                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
40                    "description": "This property shall specify a valid odata or Redfish property.",
41                    "type": [
42                        "array",
43                        "boolean",
44                        "integer",
45                        "number",
46                        "null",
47                        "object",
48                        "string"
49                    ]
50                }
51            },
52            "properties": {},
53            "type": "object"
54        },
55        "Pump": {
56            "additionalProperties": false,
57            "description": "The `Pump` schema describes a pump unit for a cooling system or similar device.",
58            "longDescription": "This resource shall represent the management properties for monitoring and management of pumps for a Redfish implementation.",
59            "patternProperties": {
60                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
61                    "description": "This property shall specify a valid odata or Redfish property.",
62                    "type": [
63                        "array",
64                        "boolean",
65                        "integer",
66                        "number",
67                        "null",
68                        "object",
69                        "string"
70                    ]
71                }
72            },
73            "properties": {
74                "@odata.context": {
75                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
76                },
77                "@odata.etag": {
78                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
79                },
80                "@odata.id": {
81                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
82                },
83                "@odata.type": {
84                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
85                },
86                "Actions": {
87                    "$ref": "#/definitions/Actions",
88                    "description": "The available actions for this resource.",
89                    "longDescription": "This property shall contain the available actions for this resource."
90                },
91                "Assembly": {
92                    "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly",
93                    "description": "The link to the assembly associated with this pump.",
94                    "longDescription": "This property shall contain a link to a resource of type `Assembly`.",
95                    "readonly": true
96                },
97                "AssetTag": {
98                    "description": "The user-assigned asset tag for this equipment.",
99                    "longDescription": "This property shall contain the user-assigned asset tag, which is an identifying string that tracks the equipment for inventory purposes.",
100                    "readonly": false,
101                    "type": [
102                        "string",
103                        "null"
104                    ]
105                },
106                "Description": {
107                    "anyOf": [
108                        {
109                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
110                        },
111                        {
112                            "type": "null"
113                        }
114                    ],
115                    "readonly": true
116                },
117                "Filters": {
118                    "$ref": "http://redfish.dmtf.org/schemas/v1/FilterCollection.json#/definitions/FilterCollection",
119                    "description": "A link to a collection of filters.",
120                    "longDescription": "This property shall contain a link to a resource collection of type `FilterCollection` that contains a set of filters.",
121                    "readonly": true
122                },
123                "FirmwareVersion": {
124                    "description": "The firmware version of this equipment.",
125                    "longDescription": "This property shall contain a string describing the firmware version of this equipment as provided by the manufacturer.",
126                    "readonly": true,
127                    "type": "string"
128                },
129                "Id": {
130                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
131                    "readonly": true
132                },
133                "Location": {
134                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
135                    "description": "The location of the pump.",
136                    "longDescription": "This property shall contain the location information of this pump."
137                },
138                "LocationIndicatorActive": {
139                    "description": "An indicator allowing an operator to physically locate this resource.",
140                    "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.",
141                    "readonly": false,
142                    "type": [
143                        "boolean",
144                        "null"
145                    ]
146                },
147                "Manufacturer": {
148                    "description": "The manufacturer of this pump.",
149                    "longDescription": "This property shall contain the name of the organization responsible for producing the pump.  This organization may be the entity from whom the pump is purchased, but this is not necessarily true.",
150                    "readonly": true,
151                    "type": [
152                        "string",
153                        "null"
154                    ]
155                },
156                "Model": {
157                    "description": "The model number for this pump.",
158                    "longDescription": "This property shall contain the model information as defined by the manufacturer for this pump.",
159                    "readonly": true,
160                    "type": [
161                        "string",
162                        "null"
163                    ]
164                },
165                "Name": {
166                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
167                    "readonly": true
168                },
169                "Oem": {
170                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
171                    "description": "The OEM extension property.",
172                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
173                },
174                "PartNumber": {
175                    "description": "The part number for this pump.",
176                    "longDescription": "This property shall contain the part number as defined by the manufacturer for this pump.",
177                    "readonly": true,
178                    "type": [
179                        "string",
180                        "null"
181                    ]
182                },
183                "PhysicalContext": {
184                    "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext",
185                    "description": "The area or device associated with this pump.",
186                    "longDescription": "This property shall contain a description of the affected device or region within the chassis with which this pump is associated.",
187                    "readonly": true
188                },
189                "ProductionDate": {
190                    "description": "The production or manufacturing date of this equipment.",
191                    "format": "date-time",
192                    "longDescription": "This property shall contain the date of production or manufacture for this equipment.",
193                    "readonly": true,
194                    "type": [
195                        "string",
196                        "null"
197                    ]
198                },
199                "PumpSpeedPercent": {
200                    "anyOf": [
201                        {
202                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorPumpExcerpt"
203                        },
204                        {
205                            "type": "null"
206                        }
207                    ],
208                    "description": "The pump speed (%).",
209                    "excerptCopy": "SensorPumpExcerpt",
210                    "longDescription": "This property shall contain the current speed, in percent units, of this pump.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`.",
211                    "readonly": true
212                },
213                "PumpType": {
214                    "anyOf": [
215                        {
216                            "$ref": "#/definitions/PumpType"
217                        },
218                        {
219                            "type": "null"
220                        }
221                    ],
222                    "description": "The type of pump.",
223                    "longDescription": "This property shall contain the type of pump represented by this resource.",
224                    "readonly": true
225                },
226                "SerialNumber": {
227                    "description": "The serial number for this pump.",
228                    "longDescription": "This property shall contain the serial number as defined by the manufacturer for this pump.",
229                    "readonly": true,
230                    "type": [
231                        "string",
232                        "null"
233                    ]
234                },
235                "ServiceHours": {
236                    "description": "The hours of service this pump has provided.",
237                    "longDescription": "This property shall contain the number of hours of service that the pump has been in operation.",
238                    "readonly": false,
239                    "type": [
240                        "number",
241                        "null"
242                    ]
243                },
244                "SparePartNumber": {
245                    "description": "The spare part number for this pump.",
246                    "longDescription": "This property shall contain the spare or replacement part number as defined by the manufacturer for this pump.",
247                    "readonly": true,
248                    "type": [
249                        "string",
250                        "null"
251                    ]
252                },
253                "SpeedControlPercent": {
254                    "anyOf": [
255                        {
256                            "$ref": "http://redfish.dmtf.org/schemas/v1/Control.json#/definitions/ControlSingleLoopExcerpt"
257                        },
258                        {
259                            "type": "null"
260                        }
261                    ],
262                    "description": "The desired pump speed (%).",
263                    "excerptCopy": "ControlSingleLoopExcerpt",
264                    "longDescription": "This property shall contain the desired speed, in percent units, of this pump.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Control` with the `ControlType` property containing the value `Percent`.",
265                    "readonly": true,
266                    "versionAdded": "v1_1_0"
267                },
268                "Status": {
269                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
270                    "description": "The status and health of the resource and its subordinate or dependent resources.",
271                    "longDescription": "This property shall contain any status or health properties of the resource."
272                },
273                "UserLabel": {
274                    "description": "A user-assigned label.",
275                    "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.",
276                    "readonly": false,
277                    "type": "string"
278                },
279                "Version": {
280                    "description": "The hardware version of this equipment.",
281                    "longDescription": "This property shall contain the hardware version of this equipment as determined by the vendor or supplier.",
282                    "readonly": true,
283                    "type": [
284                        "string",
285                        "null"
286                    ]
287                }
288            },
289            "required": [
290                "@odata.id",
291                "@odata.type",
292                "Id",
293                "Name"
294            ],
295            "type": "object"
296        },
297        "PumpType": {
298            "enum": [
299                "Liquid",
300                "Compressor"
301            ],
302            "enumDescriptions": {
303                "Compressor": "A compressor.",
304                "Liquid": "A water or liquid pump."
305            },
306            "type": "string"
307        }
308    },
309    "language": "en",
310    "owningEntity": "DMTF",
311    "release": "2024.1",
312    "title": "#Pump.v1_1_0.Pump"
313}