Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1 | { |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame^] | 2 | "$id": "http://redfish.dmtf.org/schemas/v1/Resource.v1_13_0.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 | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 4 | "copyright": "Copyright 2014-2021 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", |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame] | 66 | "NSID", |
| 67 | "NGUID" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 68 | ], |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 69 | "enumDeprecated": { |
| 70 | "NSID": "This value has been deprecated due to its non-uniqueness and `NGUID` should be used." |
| 71 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 72 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 73 | "EUI": "The IEEE-defined 64-bit Extended Unique Identifier (EUI).", |
| 74 | "FC_WWN": "The Fibre Channel (FC) World Wide Name (WWN).", |
| 75 | "NAA": "The Name Address Authority (NAA) format.", |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame] | 76 | "NGUID": "The Namespace Globally Unique Identifier (NGUID).", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 77 | "NQN": "The NVMe Qualified Name (NQN).", |
| 78 | "NSID": "The NVM Namespace Identifier (NSID).", |
| 79 | "UUID": "The Universally Unique Identifier (UUID).", |
| 80 | "iQN": "The iSCSI Qualified Name (iQN)." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 81 | }, |
| 82 | "enumLongDescriptions": { |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 83 | "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. The DurableName property shall follow the pattern '^([0-9A-Fa-f]{2}[:-]){7}([0-9A-Fa-f]{2})$', where the most significant octet is first.", |
| 84 | "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. The DurableName property shall follow the pattern '^([0-9A-Fa-f]{2}[:-]){7}([0-9A-Fa-f]{2})$', where the most significant octet is first.", |
| 85 | "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. The DurableName property shall follow the pattern '^(([0-9A-Fa-f]{2}){8}){1,2}$', where the most significant octet is first.", |
| 86 | "NGUID": "This durable name shall be in the Namespace Globally Unique Identifier (NGUID), as defined in the NVN Express Specification. The DurableName property shall follow the pattern '^([0-9A-Fa-f]{2}){16}$', where the most significant octet is first.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 87 | "NQN": "This durable name shall be in the NVMe Qualified Name (NQN) format, as defined in the NVN Express over Fabric Specification.", |
| 88 | "NSID": "This durable name shall be in the NVM Namespace Identifier (NSID) format, as defined in the NVN Express Specification.", |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 89 | "UUID": "This durable name shall contain the hexadecimal representation of the UUID, as defined by RFC4122. The DurableName property shall follow the pattern '([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})'.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 90 | "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] | 91 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 92 | "enumVersionAdded": { |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame] | 93 | "NGUID": "v1_10_0", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 94 | "NQN": "v1_6_0", |
| 95 | "NSID": "v1_6_0" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 96 | }, |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 97 | "enumVersionDeprecated": { |
| 98 | "NSID": "v1_12_0" |
| 99 | }, |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 100 | "type": "string" |
| 101 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 102 | "Identifier": { |
| 103 | "additionalProperties": false, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 104 | "description": "Any additional identifiers for a resource.", |
| 105 | "longDescription": "This type shall contain any additional identifiers for a resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 106 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 107 | "^([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] | 108 | "description": "This property shall specify a valid odata or Redfish property.", |
| 109 | "type": [ |
| 110 | "array", |
| 111 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 112 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 113 | "number", |
| 114 | "null", |
| 115 | "object", |
| 116 | "string" |
| 117 | ] |
| 118 | } |
| 119 | }, |
| 120 | "properties": { |
| 121 | "DurableName": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 122 | "description": "The world-wide, persistent name of the resource.", |
| 123 | "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] | 124 | "readonly": true, |
| 125 | "type": [ |
| 126 | "string", |
| 127 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 128 | ], |
| 129 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 130 | }, |
| 131 | "DurableNameFormat": { |
| 132 | "anyOf": [ |
| 133 | { |
| 134 | "$ref": "#/definitions/DurableNameFormat" |
| 135 | }, |
| 136 | { |
| 137 | "type": "null" |
| 138 | } |
| 139 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 140 | "description": "The format of the durable name property.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 141 | "longDescription": "This property shall represent the format of the DurableName property.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 142 | "readonly": true, |
| 143 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 144 | } |
| 145 | }, |
| 146 | "type": "object" |
| 147 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 148 | "Location": { |
| 149 | "additionalProperties": false, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 150 | "description": "The location of a resource.", |
| 151 | "longDescription": "This type shall describe the location of a resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 152 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 153 | "^([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] | 154 | "description": "This property shall specify a valid odata or Redfish property.", |
| 155 | "type": [ |
| 156 | "array", |
| 157 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 158 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 159 | "number", |
| 160 | "null", |
| 161 | "object", |
| 162 | "string" |
| 163 | ] |
| 164 | } |
| 165 | }, |
| 166 | "properties": { |
| 167 | "AltitudeMeters": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 168 | "description": "The altitude of the resource in meters.", |
| 169 | "longDescription": "This property shall contain the altitude of the resource in meters.", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 170 | "readonly": false, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 171 | "type": [ |
| 172 | "number", |
| 173 | "null" |
| 174 | ], |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 175 | "units": "m", |
| 176 | "versionAdded": "v1_6_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 177 | }, |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 178 | "Contacts": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 179 | "description": "An array of contact information.", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 180 | "items": { |
| 181 | "anyOf": [ |
| 182 | { |
| 183 | "$ref": "#/definitions/ContactInfo" |
| 184 | }, |
| 185 | { |
| 186 | "type": "null" |
| 187 | } |
| 188 | ] |
| 189 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 190 | "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] | 191 | "type": "array", |
| 192 | "versionAdded": "v1_7_0" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 193 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 194 | "Info": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 195 | "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] | 196 | "description": "The location of the resource.", |
| 197 | "longDescription": "This property shall represent the location of the resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 198 | "readonly": true, |
| 199 | "type": [ |
| 200 | "string", |
| 201 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 202 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 203 | "versionAdded": "v1_1_0", |
| 204 | "versionDeprecated": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 205 | }, |
| 206 | "InfoFormat": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 207 | "deprecated": "This property has been deprecated in favor of the PostalAddress, Placement, and PartLocation properties.", |
| 208 | "description": "The format of the Info property.", |
| 209 | "longDescription": "This property shall represent the Info property format.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 210 | "readonly": true, |
| 211 | "type": [ |
| 212 | "string", |
| 213 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 214 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 215 | "versionAdded": "v1_1_0", |
| 216 | "versionDeprecated": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 217 | }, |
| 218 | "Latitude": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 219 | "description": "The latitude of the resource.", |
| 220 | "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] | 221 | "readonly": false, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 222 | "type": [ |
| 223 | "number", |
| 224 | "null" |
| 225 | ], |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 226 | "units": "deg", |
| 227 | "versionAdded": "v1_6_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 228 | }, |
| 229 | "Longitude": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 230 | "description": "The longitude of the resource in degrees.", |
| 231 | "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] | 232 | "readonly": false, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 233 | "type": [ |
| 234 | "number", |
| 235 | "null" |
| 236 | ], |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 237 | "units": "deg", |
| 238 | "versionAdded": "v1_6_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 239 | }, |
| 240 | "Oem": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 241 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 242 | "description": "The OEM extension property.", |
| 243 | "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] | 244 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 245 | }, |
| 246 | "PartLocation": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 247 | "$ref": "#/definitions/PartLocation", |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 248 | "description": "The part location for a resource within an enclosure.", |
| 249 | "longDescription": "This property shall contain the part location for a resource within an enclosure. This representation shall indicate the location of a part within a location specified by the Placement property.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 250 | "versionAdded": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 251 | }, |
| 252 | "Placement": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 253 | "$ref": "#/definitions/Placement", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 254 | "description": "A place within the addressed location.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 255 | "longDescription": "This property shall contain a place within the addressed location.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 256 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 257 | }, |
| 258 | "PostalAddress": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 259 | "$ref": "#/definitions/PostalAddress", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 260 | "description": "The postal address of the addressed resource.", |
| 261 | "longDescription": "This property shall contain a postal address of the resource.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 262 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 263 | } |
| 264 | }, |
| 265 | "type": "object" |
| 266 | }, |
| 267 | "LocationType": { |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 268 | "description": "The types of locations for a part within an enclosure.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 269 | "enum": [ |
| 270 | "Slot", |
| 271 | "Bay", |
| 272 | "Connector", |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 273 | "Socket", |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame^] | 274 | "Backplane", |
| 275 | "Embedded" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 276 | ], |
| 277 | "enumDescriptions": { |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 278 | "Backplane": "A backplane.", |
| 279 | "Bay": "A bay.", |
| 280 | "Connector": "A connector or port.", |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame^] | 281 | "Embedded": "Embedded within a part.", |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 282 | "Slot": "A slot.", |
| 283 | "Socket": "A socket." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 284 | }, |
| 285 | "enumLongDescriptions": { |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 286 | "Backplane": "This value shall indicate the part is a backplane in an enclosure.", |
| 287 | "Bay": "This value shall indicate the part is located in a bay.", |
| 288 | "Connector": "This value shall indicate the part is located in a connector or port.", |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame^] | 289 | "Embedded": "This value shall indicate the part is embedded or otherwise permanently incorporated into a larger part or device. This value shall not be used for parts that can be removed by a user or are considered field-replaceable.", |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 290 | "Slot": "This value shall indicate the part is located in a slot.", |
| 291 | "Socket": "This value shall indicate the part is located in a socket." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 292 | }, |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 293 | "enumVersionAdded": { |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame^] | 294 | "Backplane": "v1_12_0", |
| 295 | "Embedded": "v1_13_0" |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 296 | }, |
| 297 | "longDescription": "This enumeration shall list the types of locations for a part within an enclosure.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 298 | "type": "string" |
| 299 | }, |
| 300 | "Orientation": { |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 301 | "description": "The orientations for the ordering of the part location ordinal value.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 302 | "enum": [ |
| 303 | "FrontToBack", |
| 304 | "BackToFront", |
| 305 | "TopToBottom", |
| 306 | "BottomToTop", |
| 307 | "LeftToRight", |
| 308 | "RightToLeft" |
| 309 | ], |
| 310 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 311 | "BackToFront": "The ordering for the LocationOrdinalValue is back to front.", |
| 312 | "BottomToTop": "The ordering for LocationOrdinalValue is bottom to top.", |
| 313 | "FrontToBack": "The ordering for LocationOrdinalValue is front to back.", |
| 314 | "LeftToRight": "The ordering for the LocationOrdinalValue is left to right.", |
| 315 | "RightToLeft": "The ordering for the LocationOrdinalValue is right to left.", |
| 316 | "TopToBottom": "The ordering for the LocationOrdinalValue is top to bottom." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 317 | }, |
| 318 | "enumLongDescriptions": { |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 319 | "BackToFront": "This value shall indicate the ordering for LocationOrdinalValue is back to front.", |
| 320 | "BottomToTop": "This value shall indicate the ordering for LocationOrdinalValue is bottom to top.", |
| 321 | "FrontToBack": "This value shall indicate the ordering for LocationOrdinalValue is front to back.", |
| 322 | "LeftToRight": "This value shall indicate the ordering for LocationOrdinalValue is left to right.", |
| 323 | "RightToLeft": "This value shall indicate the ordering for LocationOrdinalValue is right to left.", |
| 324 | "TopToBottom": "This value shall indicate the ordering for LocationOrdinalValue is top to bottom." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 325 | }, |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 326 | "longDescription": "This enumeration shall list the orientations for the ordering of the LocationOrdinalValue property.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 327 | "type": "string" |
| 328 | }, |
| 329 | "PartLocation": { |
| 330 | "additionalProperties": false, |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 331 | "description": "The part location for a resource within an enclosure.", |
| 332 | "longDescription": "This type shall describe a location for a resource within an enclosure.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 333 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 334 | "^([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] | 335 | "description": "This property shall specify a valid odata or Redfish property.", |
| 336 | "type": [ |
| 337 | "array", |
| 338 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 339 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 340 | "number", |
| 341 | "null", |
| 342 | "object", |
| 343 | "string" |
| 344 | ] |
| 345 | } |
| 346 | }, |
| 347 | "properties": { |
| 348 | "LocationOrdinalValue": { |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 349 | "description": "The number that represents the location of the part. For example, if LocationType is `Slot` and this unit is in slot 2, the LocationOrdinalValue is `2`.", |
| 350 | "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] | 351 | "readonly": true, |
| 352 | "type": [ |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 353 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 354 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 355 | ], |
| 356 | "versionAdded": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 357 | }, |
| 358 | "LocationType": { |
| 359 | "anyOf": [ |
| 360 | { |
| 361 | "$ref": "#/definitions/LocationType" |
| 362 | }, |
| 363 | { |
| 364 | "type": "null" |
| 365 | } |
| 366 | ], |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame^] | 367 | "description": "The type of location of the part.", |
| 368 | "longDescription": "This property shall contain the type of location of the part.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 369 | "readonly": true, |
| 370 | "versionAdded": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 371 | }, |
| 372 | "Orientation": { |
| 373 | "anyOf": [ |
| 374 | { |
| 375 | "$ref": "#/definitions/Orientation" |
| 376 | }, |
| 377 | { |
| 378 | "type": "null" |
| 379 | } |
| 380 | ], |
| 381 | "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] | 382 | "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] | 383 | "readonly": true, |
| 384 | "versionAdded": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 385 | }, |
| 386 | "Reference": { |
| 387 | "anyOf": [ |
| 388 | { |
| 389 | "$ref": "#/definitions/Reference" |
| 390 | }, |
| 391 | { |
| 392 | "type": "null" |
| 393 | } |
| 394 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 395 | "description": "The reference point for the part location. Provides guidance about the general location of the part.", |
| 396 | "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] | 397 | "readonly": true, |
| 398 | "versionAdded": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 399 | }, |
| 400 | "ServiceLabel": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 401 | "description": "The label of the part location, such as a silk-screened name or a printed label.", |
| 402 | "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] | 403 | "readonly": true, |
| 404 | "type": [ |
| 405 | "string", |
| 406 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 407 | ], |
| 408 | "versionAdded": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 409 | } |
| 410 | }, |
| 411 | "type": "object" |
| 412 | }, |
| 413 | "Placement": { |
| 414 | "additionalProperties": false, |
| 415 | "description": "The placement within the addressed location.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 416 | "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] | 417 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 418 | "^([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] | 419 | "description": "This property shall specify a valid odata or Redfish property.", |
| 420 | "type": [ |
| 421 | "array", |
| 422 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 423 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 424 | "number", |
| 425 | "null", |
| 426 | "object", |
| 427 | "string" |
| 428 | ] |
| 429 | } |
| 430 | }, |
| 431 | "properties": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 432 | "AdditionalInfo": { |
| 433 | "description": "Area designation or other additional info.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 434 | "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] | 435 | "readonly": false, |
| 436 | "type": [ |
| 437 | "string", |
| 438 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 439 | ], |
| 440 | "versionAdded": "v1_7_0" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 441 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 442 | "Rack": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 443 | "description": "The name of a rack location within a row.", |
| 444 | "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] | 445 | "readonly": false, |
| 446 | "type": [ |
| 447 | "string", |
| 448 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 449 | ], |
| 450 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 451 | }, |
| 452 | "RackOffset": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 453 | "description": "The vertical location of the item, in terms of RackOffsetUnits.", |
| 454 | "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] | 455 | "readonly": false, |
| 456 | "type": [ |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 457 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 458 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 459 | ], |
| 460 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 461 | }, |
| 462 | "RackOffsetUnits": { |
| 463 | "anyOf": [ |
| 464 | { |
| 465 | "$ref": "#/definitions/RackUnits" |
| 466 | }, |
| 467 | { |
| 468 | "type": "null" |
| 469 | } |
| 470 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 471 | "description": "The type of rack units in use.", |
| 472 | "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] | 473 | "readonly": false, |
| 474 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 475 | }, |
| 476 | "Row": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 477 | "description": "The name of the row.", |
| 478 | "longDescription": "This property shall contain the name of the row.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 479 | "readonly": false, |
| 480 | "type": [ |
| 481 | "string", |
| 482 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 483 | ], |
| 484 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 485 | } |
| 486 | }, |
| 487 | "type": "object" |
| 488 | }, |
| 489 | "PostalAddress": { |
| 490 | "additionalProperties": false, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 491 | "description": "The postal address for a resource.", |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 492 | "longDescription": "Instances shall describe a postal address for a resource. For more information, see RFC5139. Depending on use, the instance can represent a past, current, or future location.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 493 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 494 | "^([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] | 495 | "description": "This property shall specify a valid odata or Redfish property.", |
| 496 | "type": [ |
| 497 | "array", |
| 498 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 499 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 500 | "number", |
| 501 | "null", |
| 502 | "object", |
| 503 | "string" |
| 504 | ] |
| 505 | } |
| 506 | }, |
| 507 | "properties": { |
| 508 | "AdditionalCode": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 509 | "description": "The additional code.", |
| 510 | "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] | 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 | }, |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 518 | "AdditionalInfo": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 519 | "description": "The room designation or other additional information.", |
| 520 | "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] | 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_7_0" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 527 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 528 | "Building": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 529 | "description": "The name of the building.", |
| 530 | "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] | 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 | "City": { |
| 539 | "description": "City, township, or shi (JP).", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 540 | "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] | 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 | "Community": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 549 | "description": "The postal community name.", |
| 550 | "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] | 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 | "Country": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 559 | "description": "The country.", |
| 560 | "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] | 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 | "District": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 569 | "description": "A county, parish, gun (JP), or district (IN).", |
| 570 | "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] | 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 | "Division": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 579 | "description": "City division, borough, city district, ward, or chou (JP).", |
| 580 | "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] | 581 | "readonly": false, |
| 582 | "type": [ |
| 583 | "string", |
| 584 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 585 | ], |
| 586 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 587 | }, |
| 588 | "Floor": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 589 | "description": "The floor.", |
| 590 | "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] | 591 | "readonly": false, |
| 592 | "type": [ |
| 593 | "string", |
| 594 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 595 | ], |
| 596 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 597 | }, |
| 598 | "GPSCoords": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 599 | "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] | 600 | "description": "The GPS coordinates of the part.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 601 | "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] | 602 | "readonly": false, |
| 603 | "type": [ |
| 604 | "string", |
| 605 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 606 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 607 | "versionAdded": "v1_3_0", |
| 608 | "versionDeprecated": "v1_6_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 609 | }, |
| 610 | "HouseNumber": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 611 | "description": "The numeric portion of house number.", |
| 612 | "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] | 613 | "readonly": false, |
| 614 | "type": [ |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 615 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 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 | "HouseNumberSuffix": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 621 | "description": "The house number suffix.", |
| 622 | "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] | 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 | "Landmark": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 631 | "description": "The landmark.", |
| 632 | "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] | 633 | "readonly": false, |
| 634 | "type": [ |
| 635 | "string", |
| 636 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 637 | ], |
| 638 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 639 | }, |
| 640 | "LeadingStreetDirection": { |
| 641 | "description": "A leading street direction.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 642 | "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] | 643 | "readonly": false, |
| 644 | "type": [ |
| 645 | "string", |
| 646 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 647 | ], |
| 648 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 649 | }, |
| 650 | "Location": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 651 | "deprecated": "This property has been deprecated in favor of the AdditionalInfo property.", |
| 652 | "description": "The room designation or other additional information.", |
| 653 | "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] | 654 | "readonly": false, |
| 655 | "type": [ |
| 656 | "string", |
| 657 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 658 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 659 | "versionAdded": "v1_3_0", |
| 660 | "versionDeprecated": "v1_7_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 661 | }, |
| 662 | "Name": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 663 | "description": "The name.", |
| 664 | "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] | 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 | "Neighborhood": { |
| 673 | "description": "Neighborhood or block.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 674 | "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] | 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 | "POBox": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 683 | "description": "The post office box (PO box).", |
| 684 | "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] | 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 | "PlaceType": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 693 | "description": "The description of the type of place that is addressed.", |
| 694 | "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] | 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 | "PostalCode": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 703 | "description": "The postal code or zip code.", |
| 704 | "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] | 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 | "Road": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 713 | "description": "The primary road or street.", |
| 714 | "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] | 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 | "RoadBranch": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 723 | "description": "The road branch.", |
| 724 | "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] | 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 | "RoadPostModifier": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 733 | "description": "The road post-modifier.", |
| 734 | "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] | 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 | "RoadPreModifier": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 743 | "description": "The road pre-modifier.", |
| 744 | "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] | 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 | "RoadSection": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 753 | "description": "The road section.", |
| 754 | "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] | 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 | "RoadSubBranch": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 763 | "description": "The road sub branch.", |
| 764 | "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] | 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 | "Room": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 773 | "description": "The name or number of the room.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 774 | "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] | 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 | "Seat": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 783 | "description": "The seat, such as the desk, cubicle, or workstation.", |
| 784 | "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] | 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 | "Street": { |
| 793 | "description": "Street name.", |
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 A6 field. Names a street.", |
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 | "StreetSuffix": { |
| 803 | "description": "Avenue, Platz, Street, Circle.", |
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 STS field. Names a 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 | "Territory": { |
| 813 | "description": "A top-level subdivision within a country.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 814 | "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] | 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 | "TrailingStreetSuffix": { |
| 823 | "description": "A trailing street suffix.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 824 | "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] | 825 | "readonly": false, |
| 826 | "type": [ |
| 827 | "string", |
| 828 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 829 | ], |
| 830 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 831 | }, |
| 832 | "Unit": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 833 | "description": "The name or number of the apartment unit or suite.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 834 | "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] | 835 | "readonly": false, |
| 836 | "type": [ |
| 837 | "string", |
| 838 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 839 | ], |
| 840 | "versionAdded": "v1_3_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 841 | } |
| 842 | }, |
| 843 | "type": "object" |
| 844 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 845 | "RackUnits": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 846 | "description": "The type of rack unit in use.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 847 | "enum": [ |
| 848 | "OpenU", |
| 849 | "EIA_310" |
| 850 | ], |
| 851 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 852 | "EIA_310": "A rack unit that is equal to 1.75 in (44.45 mm).", |
| 853 | "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] | 854 | }, |
| 855 | "enumLongDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 856 | "EIA_310": "Rack units shall conform to the EIA-310 standard.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 857 | "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] | 858 | }, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 859 | "longDescription": "Enumeration literals shall name the type of rack unit in use.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 860 | "type": "string" |
| 861 | }, |
| 862 | "Reference": { |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 863 | "description": "The reference areas for the location of the part within an enclosure.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 864 | "enum": [ |
| 865 | "Top", |
| 866 | "Bottom", |
| 867 | "Front", |
| 868 | "Rear", |
| 869 | "Left", |
| 870 | "Right", |
| 871 | "Middle" |
| 872 | ], |
| 873 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 874 | "Bottom": "The part is in the bottom of the unit.", |
| 875 | "Front": "The part is in the front of the unit.", |
| 876 | "Left": "The part is on the left side of of the unit.", |
| 877 | "Middle": "The part is in the middle of the unit.", |
| 878 | "Rear": "The part is in the rear of the unit.", |
| 879 | "Right": "The part is on the right side of the unit.", |
| 880 | "Top": "The part is in the top of the unit." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 881 | }, |
| 882 | "enumLongDescriptions": { |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 883 | "Bottom": "This value shall indicate the part is in the bottom of the unit.", |
| 884 | "Front": "This value shall indicate the part is in the front of the unit.", |
| 885 | "Left": "This value shall indicate the part is on the left side of of the unit.", |
| 886 | "Middle": "This value shall indicate the part is in the middle of the unit.", |
| 887 | "Rear": "This value shall indicate the part is in the rear of the unit.", |
| 888 | "Right": "This value shall indicate the part is on the right side of the unit.", |
| 889 | "Top": "This value shall indicate the part is in the top of the unit." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 890 | }, |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 891 | "longDescription": "This enumeration shall list the reference areas for the location of the part within an enclosure.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 892 | "type": "string" |
| 893 | }, |
| 894 | "ReferenceableMember": { |
| 895 | "additionalProperties": false, |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 896 | "description": "The base type for addressable members of an array.", |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 897 | "longDescription": "References array members by using the value returned in the @odata.id property, which can 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] | 898 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 899 | "^([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] | 900 | "description": "This property shall specify a valid odata or Redfish property.", |
| 901 | "type": [ |
| 902 | "array", |
| 903 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 904 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 905 | "number", |
| 906 | "null", |
| 907 | "object", |
| 908 | "string" |
| 909 | ] |
| 910 | } |
| 911 | }, |
| 912 | "properties": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 913 | "@odata.id": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 914 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 915 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 916 | "MemberId": { |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame^] | 917 | "description": "The unique identifier for the member within an array.", |
| 918 | "longDescription": "This property shall contain the unique identifier for this member within an array. 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] | 919 | "readonly": true, |
| 920 | "type": "string" |
| 921 | }, |
| 922 | "Oem": { |
| 923 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 924 | "description": "The OEM extension property.", |
| 925 | "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] | 926 | } |
| 927 | }, |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 928 | "required": [ |
| 929 | "MemberId", |
| 930 | "@odata.id" |
| 931 | ], |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 932 | "type": "object" |
| 933 | }, |
| 934 | "Resource": { |
| 935 | "additionalProperties": false, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 936 | "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] | 937 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 938 | "^([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] | 939 | "description": "This property shall specify a valid odata or Redfish property.", |
| 940 | "type": [ |
| 941 | "array", |
| 942 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 943 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 944 | "number", |
| 945 | "null", |
| 946 | "object", |
| 947 | "string" |
| 948 | ] |
| 949 | } |
| 950 | }, |
| 951 | "properties": { |
| 952 | "@odata.context": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 953 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 954 | }, |
| 955 | "@odata.etag": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 956 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 957 | }, |
| 958 | "@odata.id": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 959 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 960 | }, |
| 961 | "@odata.type": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 962 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 963 | }, |
| 964 | "Description": { |
| 965 | "anyOf": [ |
| 966 | { |
| 967 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" |
| 968 | }, |
| 969 | { |
| 970 | "type": "null" |
| 971 | } |
| 972 | ], |
| 973 | "readonly": true |
| 974 | }, |
| 975 | "Id": { |
| 976 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", |
| 977 | "readonly": true |
| 978 | }, |
| 979 | "Name": { |
| 980 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", |
| 981 | "readonly": true |
| 982 | }, |
| 983 | "Oem": { |
| 984 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 985 | "description": "The OEM extension property.", |
| 986 | "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] | 987 | } |
| 988 | }, |
| 989 | "required": [ |
| 990 | "Id", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 991 | "Name", |
| 992 | "@odata.id", |
| 993 | "@odata.type" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 994 | ], |
| 995 | "type": "object" |
| 996 | }, |
| 997 | "ResourceCollection": { |
| 998 | "additionalProperties": false, |
| 999 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1000 | "^([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] | 1001 | "description": "This property shall specify a valid odata or Redfish property.", |
| 1002 | "type": [ |
| 1003 | "array", |
| 1004 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 1005 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1006 | "number", |
| 1007 | "null", |
| 1008 | "object", |
| 1009 | "string" |
| 1010 | ] |
| 1011 | } |
| 1012 | }, |
| 1013 | "properties": { |
| 1014 | "@odata.context": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1015 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 1016 | }, |
| 1017 | "@odata.etag": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1018 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1019 | }, |
| 1020 | "@odata.id": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1021 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1022 | }, |
| 1023 | "@odata.type": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1024 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1025 | }, |
| 1026 | "Description": { |
| 1027 | "anyOf": [ |
| 1028 | { |
| 1029 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" |
| 1030 | }, |
| 1031 | { |
| 1032 | "type": "null" |
| 1033 | } |
| 1034 | ], |
| 1035 | "readonly": true |
| 1036 | }, |
| 1037 | "Name": { |
| 1038 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", |
| 1039 | "readonly": true |
| 1040 | }, |
| 1041 | "Oem": { |
| 1042 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1043 | "description": "The OEM extension property.", |
| 1044 | "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] | 1045 | } |
| 1046 | }, |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 1047 | "required": [ |
| 1048 | "Name", |
| 1049 | "@odata.id", |
| 1050 | "@odata.type" |
| 1051 | ], |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1052 | "type": "object" |
| 1053 | } |
| 1054 | }, |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 1055 | "owningEntity": "DMTF", |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame^] | 1056 | "release": "2021.2", |
| 1057 | "title": "#Resource.v1_13_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1058 | } |