Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1 | { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 2 | "$id": "http://redfish.dmtf.org/schemas/v1/Resource.v1_9_1.json", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 3 | "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 4 | "copyright": "Copyright 2014-2020 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 5 | "definitions": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 6 | "ContactInfo": { |
| 7 | "additionalProperties": false, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 8 | "description": "Contact information for this resource.", |
| 9 | "longDescription": "This object shall contain contact information for an individual or organization responsible for this resource.", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 10 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 11 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 12 | "description": "This property shall specify a valid odata or Redfish property.", |
| 13 | "type": [ |
| 14 | "array", |
| 15 | "boolean", |
| 16 | "integer", |
| 17 | "number", |
| 18 | "null", |
| 19 | "object", |
| 20 | "string" |
| 21 | ] |
| 22 | } |
| 23 | }, |
| 24 | "properties": { |
| 25 | "ContactName": { |
| 26 | "description": "Name of this contact.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 27 | "longDescription": "This property shall contain the name of a person or organization to contact for information about this resource.", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 28 | "readonly": false, |
| 29 | "type": [ |
| 30 | "string", |
| 31 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 32 | ], |
| 33 | "versionAdded": "v1_7_0" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 34 | }, |
| 35 | "EmailAddress": { |
| 36 | "description": "Email address for this contact.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 37 | "longDescription": "This property shall contain the email address for a person or organization to contact for information about this resource.", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 38 | "readonly": false, |
| 39 | "type": [ |
| 40 | "string", |
| 41 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 42 | ], |
| 43 | "versionAdded": "v1_7_0" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 44 | }, |
| 45 | "PhoneNumber": { |
| 46 | "description": "Phone number for this contact.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 47 | "longDescription": "This property shall contain the phone number for a person or organization to contact for information about this resource.", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 48 | "readonly": false, |
| 49 | "type": [ |
| 50 | "string", |
| 51 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 52 | ], |
| 53 | "versionAdded": "v1_7_0" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 54 | } |
| 55 | }, |
| 56 | "type": "object" |
| 57 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 58 | "DurableNameFormat": { |
| 59 | "enum": [ |
| 60 | "NAA", |
| 61 | "iQN", |
| 62 | "FC_WWN", |
| 63 | "UUID", |
| 64 | "EUI", |
| 65 | "NQN", |
| 66 | "NSID" |
| 67 | ], |
| 68 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 69 | "EUI": "The IEEE-defined 64-bit Extended Unique Identifier (EUI).", |
| 70 | "FC_WWN": "The Fibre Channel (FC) World Wide Name (WWN).", |
| 71 | "NAA": "The Name Address Authority (NAA) format.", |
| 72 | "NQN": "The NVMe Qualified Name (NQN).", |
| 73 | "NSID": "The NVM Namespace Identifier (NSID).", |
| 74 | "UUID": "The Universally Unique Identifier (UUID).", |
| 75 | "iQN": "The iSCSI Qualified Name (iQN)." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 76 | }, |
| 77 | "enumLongDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 78 | "EUI": "This durable name shall contain the hexadecimal representation of the IEEE-defined 64-bit Extended Unique Identifier (EUI), as defined in the IEEE's Guidelines for 64-bit Global Identifier (EUI-64) Specification.", |
| 79 | "FC_WWN": "This durable name shall contain a hexadecimal representation of the World-Wide Name (WWN) format, as defined in the T11 Fibre Channel Physical and Signaling Interface Specification.", |
| 80 | "NAA": "This durable name shall contain a hexadecimal representation of the Name Address Authority structure, as defined in the T11 Fibre Channel - Framing and Signaling - 3 (FC-FS-3) specification.", |
| 81 | "NQN": "This durable name shall be in the NVMe Qualified Name (NQN) format, as defined in the NVN Express over Fabric Specification.", |
| 82 | "NSID": "This durable name shall be in the NVM Namespace Identifier (NSID) format, as defined in the NVN Express Specification.", |
| 83 | "UUID": "This durable name shall contain the hexadecimal representation of the UUID, as defined in the International Telecom Union's OSI networking and system aspects - Naming, Addressing and Registration Specification.", |
| 84 | "iQN": "This durable name shall be in the iSCSI Qualified Name (iQN) format, as defined in RFC3720 and RFC3721." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 85 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 86 | "enumVersionAdded": { |
| 87 | "NQN": "v1_6_0", |
| 88 | "NSID": "v1_6_0" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 89 | }, |
| 90 | "type": "string" |
| 91 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 92 | "Identifier": { |
| 93 | "additionalProperties": false, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 94 | "description": "Any additional identifiers for a resource.", |
| 95 | "longDescription": "This type shall contain any additional identifiers for a resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 96 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 97 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 98 | "description": "This property shall specify a valid odata or Redfish property.", |
| 99 | "type": [ |
| 100 | "array", |
| 101 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 102 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 103 | "number", |
| 104 | "null", |
| 105 | "object", |
| 106 | "string" |
| 107 | ] |
| 108 | } |
| 109 | }, |
| 110 | "properties": { |
| 111 | "DurableName": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 112 | "description": "The world-wide, persistent name of the resource.", |
| 113 | "longDescription": "This property shall contain the world-wide unique identifier for the resource. The string shall be in the Identifier.DurableNameFormat property value format.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 114 | "readonly": true, |
| 115 | "type": [ |
| 116 | "string", |
| 117 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 118 | ], |
| 119 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 120 | }, |
| 121 | "DurableNameFormat": { |
| 122 | "anyOf": [ |
| 123 | { |
| 124 | "$ref": "#/definitions/DurableNameFormat" |
| 125 | }, |
| 126 | { |
| 127 | "type": "null" |
| 128 | } |
| 129 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 130 | "description": "The format of the durable name property.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 131 | "longDescription": "This property shall represent the format of the DurableName property.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 132 | "readonly": true, |
| 133 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 134 | } |
| 135 | }, |
| 136 | "type": "object" |
| 137 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 138 | "Location": { |
| 139 | "additionalProperties": false, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 140 | "description": "The location of a resource.", |
| 141 | "longDescription": "This type shall describe the location of a resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 142 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 143 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 144 | "description": "This property shall specify a valid odata or Redfish property.", |
| 145 | "type": [ |
| 146 | "array", |
| 147 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 148 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 149 | "number", |
| 150 | "null", |
| 151 | "object", |
| 152 | "string" |
| 153 | ] |
| 154 | } |
| 155 | }, |
| 156 | "properties": { |
| 157 | "AltitudeMeters": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 158 | "description": "The altitude of the resource in meters.", |
| 159 | "longDescription": "This property shall contain the altitude of the resource in meters.", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 160 | "readonly": false, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 161 | "type": [ |
| 162 | "number", |
| 163 | "null" |
| 164 | ], |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 165 | "units": "m", |
| 166 | "versionAdded": "v1_6_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 167 | }, |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 168 | "Contacts": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 169 | "description": "An array of contact information.", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 170 | "items": { |
| 171 | "anyOf": [ |
| 172 | { |
| 173 | "$ref": "#/definitions/ContactInfo" |
| 174 | }, |
| 175 | { |
| 176 | "type": "null" |
| 177 | } |
| 178 | ] |
| 179 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 180 | "longDescription": "This property shall contain an array of contact information for an individual or organization responsible for this resource.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 181 | "type": "array", |
| 182 | "versionAdded": "v1_7_0" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 183 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 184 | "Info": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 185 | "deprecated": "This property has been deprecated in favor of the PostalAddress, Placement, and PartLocation properties.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 186 | "description": "The location of the resource.", |
| 187 | "longDescription": "This property shall represent the location of the resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 188 | "readonly": true, |
| 189 | "type": [ |
| 190 | "string", |
| 191 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 192 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 193 | "versionAdded": "v1_1_0", |
| 194 | "versionDeprecated": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 195 | }, |
| 196 | "InfoFormat": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 197 | "deprecated": "This property has been deprecated in favor of the PostalAddress, Placement, and PartLocation properties.", |
| 198 | "description": "The format of the Info property.", |
| 199 | "longDescription": "This property shall represent the Info property format.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 200 | "readonly": true, |
| 201 | "type": [ |
| 202 | "string", |
| 203 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 204 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 205 | "versionAdded": "v1_1_0", |
| 206 | "versionDeprecated": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 207 | }, |
| 208 | "Latitude": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 209 | "description": "The latitude of the resource.", |
| 210 | "longDescription": "This property shall contain the latitude of the resource specified in degrees using a decimal format and not minutes or seconds.", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 211 | "readonly": false, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 212 | "type": [ |
| 213 | "number", |
| 214 | "null" |
| 215 | ], |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 216 | "units": "deg", |
| 217 | "versionAdded": "v1_6_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 218 | }, |
| 219 | "Longitude": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 220 | "description": "The longitude of the resource in degrees.", |
| 221 | "longDescription": "This property shall contain the longitude of the resource specified in degrees using a decimal format and not minutes or seconds.", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 222 | "readonly": false, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 223 | "type": [ |
| 224 | "number", |
| 225 | "null" |
| 226 | ], |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 227 | "units": "deg", |
| 228 | "versionAdded": "v1_6_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 229 | }, |
| 230 | "Oem": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 231 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 232 | "description": "The OEM extension property.", |
| 233 | "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 234 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 235 | }, |
| 236 | "PartLocation": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 237 | "$ref": "#/definitions/PartLocation", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 238 | "description": "The part location within the placement.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 239 | "longDescription": "The location within a resource. This representation shall indicate the location within the Placement.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 240 | "versionAdded": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 241 | }, |
| 242 | "Placement": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 243 | "$ref": "#/definitions/Placement", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 244 | "description": "A place within the addressed location.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 245 | "longDescription": "This property shall contain a place within the addressed location.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 246 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 247 | }, |
| 248 | "PostalAddress": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 249 | "$ref": "#/definitions/PostalAddress", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 250 | "description": "The postal address of the addressed resource.", |
| 251 | "longDescription": "This property shall contain a postal address of the resource.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 252 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 253 | } |
| 254 | }, |
| 255 | "type": "object" |
| 256 | }, |
| 257 | "LocationType": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 258 | "description": "The location types for PartLocation.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 259 | "enum": [ |
| 260 | "Slot", |
| 261 | "Bay", |
| 262 | "Connector", |
| 263 | "Socket" |
| 264 | ], |
| 265 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 266 | "Bay": "The bay as the type of location.", |
| 267 | "Connector": "The connector as the type of location.", |
| 268 | "Slot": "The slot as the type of location.", |
| 269 | "Socket": "The socket as the type of location." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 270 | }, |
| 271 | "enumLongDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 272 | "Bay": "Bay shall indicate the type of PartLocation is of the Bay type.", |
| 273 | "Connector": "Connector shall indicate the type of PartLocation is of the Connector type.", |
| 274 | "Slot": "Slot shall indicate the type of PartLocation is of the Slot type.", |
| 275 | "Socket": "Socket shall indicate the type of PartLocation of the Socket type." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 276 | }, |
| 277 | "longDescription": "Enumeration literals shall name the type of location in use.", |
| 278 | "type": "string" |
| 279 | }, |
| 280 | "Orientation": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 281 | "description": "The orientation for the ordering of the part location ordinal value.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 282 | "enum": [ |
| 283 | "FrontToBack", |
| 284 | "BackToFront", |
| 285 | "TopToBottom", |
| 286 | "BottomToTop", |
| 287 | "LeftToRight", |
| 288 | "RightToLeft" |
| 289 | ], |
| 290 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 291 | "BackToFront": "The ordering for the LocationOrdinalValue is back to front.", |
| 292 | "BottomToTop": "The ordering for LocationOrdinalValue is bottom to top.", |
| 293 | "FrontToBack": "The ordering for LocationOrdinalValue is front to back.", |
| 294 | "LeftToRight": "The ordering for the LocationOrdinalValue is left to right.", |
| 295 | "RightToLeft": "The ordering for the LocationOrdinalValue is right to left.", |
| 296 | "TopToBottom": "The ordering for the LocationOrdinalValue is top to bottom." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 297 | }, |
| 298 | "enumLongDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 299 | "BackToFront": "This value shall be used to indicate the ordering for LocationOrdinalValue is back to front.", |
| 300 | "BottomToTop": "This value shall be used to indicate the ordering for LocationOrdinalValue is bottom to top.", |
| 301 | "FrontToBack": "This value shall be used to indicate the ordering for LocationOrdinalValue is front to back.", |
| 302 | "LeftToRight": "This value shall be used to indicate the ordering for LocationOrdinalValue is left to right.", |
| 303 | "RightToLeft": "This value shall be used to indicate the ordering for LocationOrdinalValue is right to left.", |
| 304 | "TopToBottom": "This value shall be used to indicate the ordering for LocationOrdinalValue is top to bottom." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 305 | }, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 306 | "longDescription": "These enumeration literals shall name the orientation for the location type ordering in determining the LocationOrdinalValue.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 307 | "type": "string" |
| 308 | }, |
| 309 | "PartLocation": { |
| 310 | "additionalProperties": false, |
| 311 | "description": "The part location within the placement.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 312 | "longDescription": "This type shall describe a location within a resource. This representation shall indicate the location within the Placement.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 313 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 314 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 315 | "description": "This property shall specify a valid odata or Redfish property.", |
| 316 | "type": [ |
| 317 | "array", |
| 318 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 319 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 320 | "number", |
| 321 | "null", |
| 322 | "object", |
| 323 | "string" |
| 324 | ] |
| 325 | } |
| 326 | }, |
| 327 | "properties": { |
| 328 | "LocationOrdinalValue": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 329 | "description": "The number that represents the location of the part. If LocationType is `slot` and this unit is in slot 2, the LocationOrdinalValue is 2.", |
| 330 | "longDescription": "This property shall contain the number that represents the location of the part based on the LocationType. LocationOrdinalValue shall be measured based on the Orientation value starting with 0.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 331 | "readonly": true, |
| 332 | "type": [ |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 333 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 334 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 335 | ], |
| 336 | "versionAdded": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 337 | }, |
| 338 | "LocationType": { |
| 339 | "anyOf": [ |
| 340 | { |
| 341 | "$ref": "#/definitions/LocationType" |
| 342 | }, |
| 343 | { |
| 344 | "type": "null" |
| 345 | } |
| 346 | ], |
| 347 | "description": "The type of location of the part, such as slot, bay, socket and slot.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 348 | "longDescription": "This property shall contain the type of location of the part, such as slot, bay, socket and slot.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 349 | "readonly": true, |
| 350 | "versionAdded": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 351 | }, |
| 352 | "Orientation": { |
| 353 | "anyOf": [ |
| 354 | { |
| 355 | "$ref": "#/definitions/Orientation" |
| 356 | }, |
| 357 | { |
| 358 | "type": "null" |
| 359 | } |
| 360 | ], |
| 361 | "description": "The orientation for the ordering of the slot enumeration used by the LocationOrdinalValue property.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 362 | "longDescription": "This property shall contain the orientation for the ordering used by the LocationOrdinalValue property.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 363 | "readonly": true, |
| 364 | "versionAdded": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 365 | }, |
| 366 | "Reference": { |
| 367 | "anyOf": [ |
| 368 | { |
| 369 | "$ref": "#/definitions/Reference" |
| 370 | }, |
| 371 | { |
| 372 | "type": "null" |
| 373 | } |
| 374 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 375 | "description": "The reference point for the part location. Provides guidance about the general location of the part.", |
| 376 | "longDescription": "This property shall contain the general location within the unit of the part.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 377 | "readonly": true, |
| 378 | "versionAdded": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 379 | }, |
| 380 | "ServiceLabel": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 381 | "description": "The label of the part location, such as a silk-screened name or a printed label.", |
| 382 | "longDescription": "This property shall contain the label assigned for service at the part location.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 383 | "readonly": true, |
| 384 | "type": [ |
| 385 | "string", |
| 386 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 387 | ], |
| 388 | "versionAdded": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 389 | } |
| 390 | }, |
| 391 | "type": "object" |
| 392 | }, |
| 393 | "Placement": { |
| 394 | "additionalProperties": false, |
| 395 | "description": "The placement within the addressed location.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 396 | "longDescription": "The value shall describe a location within a resource. Examples include a shelf in a rack.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 397 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 398 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 399 | "description": "This property shall specify a valid odata or Redfish property.", |
| 400 | "type": [ |
| 401 | "array", |
| 402 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 403 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 404 | "number", |
| 405 | "null", |
| 406 | "object", |
| 407 | "string" |
| 408 | ] |
| 409 | } |
| 410 | }, |
| 411 | "properties": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 412 | "AdditionalInfo": { |
| 413 | "description": "Area designation or other additional info.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 414 | "longDescription": "This property shall contain additional information, such as Tile, Column (Post), Wall, or other designation that describes a location that cannot be conveyed with other properties defined for the Placement object.", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 415 | "readonly": false, |
| 416 | "type": [ |
| 417 | "string", |
| 418 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 419 | ], |
| 420 | "versionAdded": "v1_7_0" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 421 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 422 | "Rack": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 423 | "description": "The name of a rack location within a row.", |
| 424 | "longDescription": "This property shall contain the name of the rack within a row.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 425 | "readonly": false, |
| 426 | "type": [ |
| 427 | "string", |
| 428 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 429 | ], |
| 430 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 431 | }, |
| 432 | "RackOffset": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 433 | "description": "The vertical location of the item, in terms of RackOffsetUnits.", |
| 434 | "longDescription": "The vertical location of the item in the rack. Rack offset units shall be measured from bottom to top, starting with 0.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 435 | "readonly": false, |
| 436 | "type": [ |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 437 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 438 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 439 | ], |
| 440 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 441 | }, |
| 442 | "RackOffsetUnits": { |
| 443 | "anyOf": [ |
| 444 | { |
| 445 | "$ref": "#/definitions/RackUnits" |
| 446 | }, |
| 447 | { |
| 448 | "type": "null" |
| 449 | } |
| 450 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 451 | "description": "The type of rack units in use.", |
| 452 | "longDescription": "This property shall contain a RackUnit enumeration literal that indicates the type of rack units in use.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 453 | "readonly": false, |
| 454 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 455 | }, |
| 456 | "Row": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 457 | "description": "The name of the row.", |
| 458 | "longDescription": "This property shall contain the name of the row.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 459 | "readonly": false, |
| 460 | "type": [ |
| 461 | "string", |
| 462 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 463 | ], |
| 464 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 465 | } |
| 466 | }, |
| 467 | "type": "object" |
| 468 | }, |
| 469 | "PostalAddress": { |
| 470 | "additionalProperties": false, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 471 | "description": "The postal address for a resource.", |
| 472 | "longDescription": "Instances shall describe a postal address for a resource. For more information, see RFC5139. Depending on use, the instance may represent a past, current, or future location.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 473 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 474 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 475 | "description": "This property shall specify a valid odata or Redfish property.", |
| 476 | "type": [ |
| 477 | "array", |
| 478 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 479 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 480 | "number", |
| 481 | "null", |
| 482 | "object", |
| 483 | "string" |
| 484 | ] |
| 485 | } |
| 486 | }, |
| 487 | "properties": { |
| 488 | "AdditionalCode": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 489 | "description": "The additional code.", |
| 490 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the ADDCODE field.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 491 | "readonly": false, |
| 492 | "type": [ |
| 493 | "string", |
| 494 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 495 | ], |
| 496 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 497 | }, |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 498 | "AdditionalInfo": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 499 | "description": "The room designation or other additional information.", |
| 500 | "longDescription": "The value shall conform to the requirements of the LOC field as defined in RFC5139. Provides additional information.", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 501 | "readonly": false, |
| 502 | "type": [ |
| 503 | "string", |
| 504 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 505 | ], |
| 506 | "versionAdded": "v1_7_0" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 507 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 508 | "Building": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 509 | "description": "The name of the building.", |
| 510 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the BLD field. Names the building.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 511 | "readonly": false, |
| 512 | "type": [ |
| 513 | "string", |
| 514 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 515 | ], |
| 516 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 517 | }, |
| 518 | "City": { |
| 519 | "description": "City, township, or shi (JP).", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 520 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the A3 field. Names a city, township, or shi (JP).", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 521 | "readonly": false, |
| 522 | "type": [ |
| 523 | "string", |
| 524 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 525 | ], |
| 526 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 527 | }, |
| 528 | "Community": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 529 | "description": "The postal community name.", |
| 530 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the PCN field. A postal community name.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 531 | "readonly": false, |
| 532 | "type": [ |
| 533 | "string", |
| 534 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 535 | ], |
| 536 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 537 | }, |
| 538 | "Country": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 539 | "description": "The country.", |
| 540 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the Country field.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 541 | "readonly": false, |
| 542 | "type": [ |
| 543 | "string", |
| 544 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 545 | ], |
| 546 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 547 | }, |
| 548 | "District": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 549 | "description": "A county, parish, gun (JP), or district (IN).", |
| 550 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the A2 field. Names a county, parish, gun (JP), or district (IN).", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 551 | "readonly": false, |
| 552 | "type": [ |
| 553 | "string", |
| 554 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 555 | ], |
| 556 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 557 | }, |
| 558 | "Division": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 559 | "description": "City division, borough, city district, ward, or chou (JP).", |
| 560 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the A4 field. Names a city division, borough, city district, ward, or chou (JP).", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 561 | "readonly": false, |
| 562 | "type": [ |
| 563 | "string", |
| 564 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 565 | ], |
| 566 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 567 | }, |
| 568 | "Floor": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 569 | "description": "The floor.", |
| 570 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the FLR field. Provides a floor designation.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 571 | "readonly": false, |
| 572 | "type": [ |
| 573 | "string", |
| 574 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 575 | ], |
| 576 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 577 | }, |
| 578 | "GPSCoords": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 579 | "deprecated": "This property has been deprecated in favor of the Longitude and Latitude properties.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 580 | "description": "The GPS coordinates of the part.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 581 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the ADDCODE field. Shall contain the GPS coordinates of the location. If furnished, expressed in the '[-][nn]n.nnnnnn, [-][nn]n.nnnnn' format. For example, two comma-separated positive or negative numbers with six decimal places of precision.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 582 | "readonly": false, |
| 583 | "type": [ |
| 584 | "string", |
| 585 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 586 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 587 | "versionAdded": "v1_3_0", |
| 588 | "versionDeprecated": "v1_6_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 589 | }, |
| 590 | "HouseNumber": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 591 | "description": "The numeric portion of house number.", |
| 592 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the HNO field. The numeric portion of the house number.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 593 | "readonly": false, |
| 594 | "type": [ |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 595 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 596 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 597 | ], |
| 598 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 599 | }, |
| 600 | "HouseNumberSuffix": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 601 | "description": "The house number suffix.", |
| 602 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the HNS field. Provides a suffix to a house number, (F, B, or 1/2).", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 603 | "readonly": false, |
| 604 | "type": [ |
| 605 | "string", |
| 606 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 607 | ], |
| 608 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 609 | }, |
| 610 | "Landmark": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 611 | "description": "The landmark.", |
| 612 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the LMK field. Identifies a landmark or vanity address.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 613 | "readonly": false, |
| 614 | "type": [ |
| 615 | "string", |
| 616 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 617 | ], |
| 618 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 619 | }, |
| 620 | "LeadingStreetDirection": { |
| 621 | "description": "A leading street direction.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 622 | "longDescription": "The value shall conform to the requirements of the PRD field as defined in RFC5139. Names a leading street direction, (N, W, or SE).", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 623 | "readonly": false, |
| 624 | "type": [ |
| 625 | "string", |
| 626 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 627 | ], |
| 628 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 629 | }, |
| 630 | "Location": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 631 | "deprecated": "This property has been deprecated in favor of the AdditionalInfo property.", |
| 632 | "description": "The room designation or other additional information.", |
| 633 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the LOC field. Provides additional information.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 634 | "readonly": false, |
| 635 | "type": [ |
| 636 | "string", |
| 637 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 638 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 639 | "versionAdded": "v1_3_0", |
| 640 | "versionDeprecated": "v1_7_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 641 | }, |
| 642 | "Name": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 643 | "description": "The name.", |
| 644 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the NAM field. Names the occupant.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 645 | "readonly": false, |
| 646 | "type": [ |
| 647 | "string", |
| 648 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 649 | ], |
| 650 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 651 | }, |
| 652 | "Neighborhood": { |
| 653 | "description": "Neighborhood or block.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 654 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the A5 field. Names a neighborhood or block.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 655 | "readonly": false, |
| 656 | "type": [ |
| 657 | "string", |
| 658 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 659 | ], |
| 660 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 661 | }, |
| 662 | "POBox": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 663 | "description": "The post office box (PO box).", |
| 664 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the POBOX field. A post office box (PO box).", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 665 | "readonly": false, |
| 666 | "type": [ |
| 667 | "string", |
| 668 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 669 | ], |
| 670 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 671 | }, |
| 672 | "PlaceType": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 673 | "description": "The description of the type of place that is addressed.", |
| 674 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the PLC field. Examples include office and residence.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 675 | "readonly": false, |
| 676 | "type": [ |
| 677 | "string", |
| 678 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 679 | ], |
| 680 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 681 | }, |
| 682 | "PostalCode": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 683 | "description": "The postal code or zip code.", |
| 684 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the PC field. A postal code (or zip code).", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 685 | "readonly": false, |
| 686 | "type": [ |
| 687 | "string", |
| 688 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 689 | ], |
| 690 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 691 | }, |
| 692 | "Road": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 693 | "description": "The primary road or street.", |
| 694 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the RD field. Designates a primary road or street.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 695 | "readonly": false, |
| 696 | "type": [ |
| 697 | "string", |
| 698 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 699 | ], |
| 700 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 701 | }, |
| 702 | "RoadBranch": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 703 | "description": "The road branch.", |
| 704 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the RDBR field. Shall contain a post office box (PO box) road branch.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 705 | "readonly": false, |
| 706 | "type": [ |
| 707 | "string", |
| 708 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 709 | ], |
| 710 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 711 | }, |
| 712 | "RoadPostModifier": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 713 | "description": "The road post-modifier.", |
| 714 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the POM field. For example, Extended.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 715 | "readonly": false, |
| 716 | "type": [ |
| 717 | "string", |
| 718 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 719 | ], |
| 720 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 721 | }, |
| 722 | "RoadPreModifier": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 723 | "description": "The road pre-modifier.", |
| 724 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the PRM field. For example, Old or New.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 725 | "readonly": false, |
| 726 | "type": [ |
| 727 | "string", |
| 728 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 729 | ], |
| 730 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 731 | }, |
| 732 | "RoadSection": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 733 | "description": "The road section.", |
| 734 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the RDSEC field. A road section.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 735 | "readonly": false, |
| 736 | "type": [ |
| 737 | "string", |
| 738 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 739 | ], |
| 740 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 741 | }, |
| 742 | "RoadSubBranch": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 743 | "description": "The road sub branch.", |
| 744 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the RDSUBBR field.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 745 | "readonly": false, |
| 746 | "type": [ |
| 747 | "string", |
| 748 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 749 | ], |
| 750 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 751 | }, |
| 752 | "Room": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 753 | "description": "The name or number of the room.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 754 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the ROOM field. A name or number of a room to locate the resource within the unit.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 755 | "readonly": false, |
| 756 | "type": [ |
| 757 | "string", |
| 758 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 759 | ], |
| 760 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 761 | }, |
| 762 | "Seat": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 763 | "description": "The seat, such as the desk, cubicle, or workstation.", |
| 764 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the SEAT field. A name or number of a seat, such as the desk, cubicle, or workstation.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 765 | "readonly": false, |
| 766 | "type": [ |
| 767 | "string", |
| 768 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 769 | ], |
| 770 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 771 | }, |
| 772 | "Street": { |
| 773 | "description": "Street name.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 774 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the A6 field. Names a street.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 775 | "readonly": false, |
| 776 | "type": [ |
| 777 | "string", |
| 778 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 779 | ], |
| 780 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 781 | }, |
| 782 | "StreetSuffix": { |
| 783 | "description": "Avenue, Platz, Street, Circle.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 784 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the STS field. Names a street suffix.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 785 | "readonly": false, |
| 786 | "type": [ |
| 787 | "string", |
| 788 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 789 | ], |
| 790 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 791 | }, |
| 792 | "Territory": { |
| 793 | "description": "A top-level subdivision within a country.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 794 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the A1 field when it names a territory, state, region, province, or prefecture within a country.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 795 | "readonly": false, |
| 796 | "type": [ |
| 797 | "string", |
| 798 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 799 | ], |
| 800 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 801 | }, |
| 802 | "TrailingStreetSuffix": { |
| 803 | "description": "A trailing street suffix.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 804 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the POD field. Names a trailing street suffix.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 805 | "readonly": false, |
| 806 | "type": [ |
| 807 | "string", |
| 808 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 809 | ], |
| 810 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 811 | }, |
| 812 | "Unit": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 813 | "description": "The name or number of the apartment unit or suite.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 814 | "longDescription": "The value shall conform to the RFC5139-defined requirements of the UNIT field. The name or number of a unit, such as the apartment or suite, to locate the resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 815 | "readonly": false, |
| 816 | "type": [ |
| 817 | "string", |
| 818 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 819 | ], |
| 820 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 821 | } |
| 822 | }, |
| 823 | "type": "object" |
| 824 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 825 | "RackUnits": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 826 | "description": "The type of rack unit in use.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 827 | "enum": [ |
| 828 | "OpenU", |
| 829 | "EIA_310" |
| 830 | ], |
| 831 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 832 | "EIA_310": "A rack unit that is equal to 1.75 in (44.45 mm).", |
| 833 | "OpenU": "A rack unit that is equal to 48 mm (1.89 in)." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 834 | }, |
| 835 | "enumLongDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 836 | "EIA_310": "Rack units shall conform to the EIA-310 standard.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 837 | "OpenU": "Rack units shall be specified in terms of the Open Compute Open Rack Specification." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 838 | }, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 839 | "longDescription": "Enumeration literals shall name the type of rack unit in use.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 840 | "type": "string" |
| 841 | }, |
| 842 | "Reference": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 843 | "description": "The reference area for the location of the part.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 844 | "enum": [ |
| 845 | "Top", |
| 846 | "Bottom", |
| 847 | "Front", |
| 848 | "Rear", |
| 849 | "Left", |
| 850 | "Right", |
| 851 | "Middle" |
| 852 | ], |
| 853 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 854 | "Bottom": "The part is in the bottom of the unit.", |
| 855 | "Front": "The part is in the front of the unit.", |
| 856 | "Left": "The part is on the left side of of the unit.", |
| 857 | "Middle": "The part is in the middle of the unit.", |
| 858 | "Rear": "The part is in the rear of the unit.", |
| 859 | "Right": "The part is on the right side of the unit.", |
| 860 | "Top": "The part is in the top of the unit." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 861 | }, |
| 862 | "enumLongDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 863 | "Bottom": "This value shall be used to indicate the part is in the bottom of the unit.", |
| 864 | "Front": "This value shall be used to indicate the part is in the front of the unit.", |
| 865 | "Left": "This value shall be used to indicate the part is on the left side of of the unit.", |
| 866 | "Middle": "This value shall be used to indicate the part is in the middle of the unit.", |
| 867 | "Rear": "This value shall be used to indicate the part is in the rear of the unit.", |
| 868 | "Right": "This value shall be used to indicate the part is on the right side of the unit.", |
| 869 | "Top": "This value shall be used to indicate the part is in the top of the unit." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 870 | }, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 871 | "longDescription": "The enumerated literals shall name the reference for the part location.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 872 | "type": "string" |
| 873 | }, |
| 874 | "ReferenceableMember": { |
| 875 | "additionalProperties": false, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 876 | "description": "The base type for addressable members of an array.", |
| 877 | "longDescription": "References array members by using the value returned in the @odata.id property, which may be a dereferenceable URL. The @odata.id of this entity shall contain the location of this element within an item.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 878 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 879 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 880 | "description": "This property shall specify a valid odata or Redfish property.", |
| 881 | "type": [ |
| 882 | "array", |
| 883 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 884 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 885 | "number", |
| 886 | "null", |
| 887 | "object", |
| 888 | "string" |
| 889 | ] |
| 890 | } |
| 891 | }, |
| 892 | "properties": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 893 | "@odata.id": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 894 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 895 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 896 | "MemberId": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 897 | "description": "The identifier for the member within the collection.", |
| 898 | "longDescription": "This property shall uniquely identify the member within the collection. For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 899 | "readonly": true, |
| 900 | "type": "string" |
| 901 | }, |
| 902 | "Oem": { |
| 903 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 904 | "description": "The OEM extension property.", |
| 905 | "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 906 | } |
| 907 | }, |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 908 | "required": [ |
| 909 | "MemberId", |
| 910 | "@odata.id" |
| 911 | ], |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 912 | "type": "object" |
| 913 | }, |
| 914 | "Resource": { |
| 915 | "additionalProperties": false, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 916 | "description": "The base type for resources and members that can be linked to.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 917 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 918 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 919 | "description": "This property shall specify a valid odata or Redfish property.", |
| 920 | "type": [ |
| 921 | "array", |
| 922 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 923 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 924 | "number", |
| 925 | "null", |
| 926 | "object", |
| 927 | "string" |
| 928 | ] |
| 929 | } |
| 930 | }, |
| 931 | "properties": { |
| 932 | "@odata.context": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 933 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 934 | }, |
| 935 | "@odata.etag": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 936 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 937 | }, |
| 938 | "@odata.id": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 939 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 940 | }, |
| 941 | "@odata.type": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 942 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 943 | }, |
| 944 | "Description": { |
| 945 | "anyOf": [ |
| 946 | { |
| 947 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" |
| 948 | }, |
| 949 | { |
| 950 | "type": "null" |
| 951 | } |
| 952 | ], |
| 953 | "readonly": true |
| 954 | }, |
| 955 | "Id": { |
| 956 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", |
| 957 | "readonly": true |
| 958 | }, |
| 959 | "Name": { |
| 960 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", |
| 961 | "readonly": true |
| 962 | }, |
| 963 | "Oem": { |
| 964 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 965 | "description": "The OEM extension property.", |
| 966 | "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 967 | } |
| 968 | }, |
| 969 | "required": [ |
| 970 | "Id", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 971 | "Name", |
| 972 | "@odata.id", |
| 973 | "@odata.type" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 974 | ], |
| 975 | "type": "object" |
| 976 | }, |
| 977 | "ResourceCollection": { |
| 978 | "additionalProperties": false, |
| 979 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 980 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 981 | "description": "This property shall specify a valid odata or Redfish property.", |
| 982 | "type": [ |
| 983 | "array", |
| 984 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 985 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 986 | "number", |
| 987 | "null", |
| 988 | "object", |
| 989 | "string" |
| 990 | ] |
| 991 | } |
| 992 | }, |
| 993 | "properties": { |
| 994 | "@odata.context": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 995 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 996 | }, |
| 997 | "@odata.etag": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 998 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 999 | }, |
| 1000 | "@odata.id": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1001 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1002 | }, |
| 1003 | "@odata.type": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1004 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1005 | }, |
| 1006 | "Description": { |
| 1007 | "anyOf": [ |
| 1008 | { |
| 1009 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" |
| 1010 | }, |
| 1011 | { |
| 1012 | "type": "null" |
| 1013 | } |
| 1014 | ], |
| 1015 | "readonly": true |
| 1016 | }, |
| 1017 | "Name": { |
| 1018 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", |
| 1019 | "readonly": true |
| 1020 | }, |
| 1021 | "Oem": { |
| 1022 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1023 | "description": "The OEM extension property.", |
| 1024 | "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1025 | } |
| 1026 | }, |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 1027 | "required": [ |
| 1028 | "Name", |
| 1029 | "@odata.id", |
| 1030 | "@odata.type" |
| 1031 | ], |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1032 | "type": "object" |
| 1033 | } |
| 1034 | }, |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 1035 | "owningEntity": "DMTF", |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 1036 | "release": "2019.4", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 1037 | "title": "#Resource.v1_9_1" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1038 | } |