| { |
| "$id": "http://redfish.dmtf.org/schemas/v1/Resource.v1_8_0.json", |
| "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", |
| "copyright": "Copyright 2014-2018 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", |
| "definitions": { |
| "ContactInfo": { |
| "additionalProperties": false, |
| "description": "Contact information for this resource.", |
| "longDescription": "This object shall contain contact information used to obtain more information from an individual or organization responsible for this resource.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "integer", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "ContactName": { |
| "description": "Name of this contact.", |
| "longDescription": "The value shall contain the name of a person or organization to contact for information about this resource.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_7_0" |
| }, |
| "EmailAddress": { |
| "description": "Email address for this contact.", |
| "longDescription": "The value shall contain the email address for a person or organization to contact for information about this resource.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_7_0" |
| }, |
| "PhoneNumber": { |
| "description": "Phone number for this contact.", |
| "longDescription": "The value shall contain the phone number for a person or organization to contact for information about this resource.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_7_0" |
| } |
| }, |
| "type": "object" |
| }, |
| "DurableNameFormat": { |
| "enum": [ |
| "NAA", |
| "iQN", |
| "FC_WWN", |
| "UUID", |
| "EUI", |
| "NQN", |
| "NSID" |
| ], |
| "enumDescriptions": { |
| "EUI": "IEEE-defined 64-bit Extended Unique Identifier.", |
| "FC_WWN": "Fibre Channel World Wide Name.", |
| "NAA": "Name Address Authority Format.", |
| "NQN": "NVMe Qualified Name.", |
| "NSID": "NVM Namespace Identifier.", |
| "UUID": "Universally Unique Identifier.", |
| "iQN": "iSCSI Qualified Name." |
| }, |
| "enumLongDescriptions": { |
| "EUI": "This durable name shall be the hexadecimal representation of the IEEE-defined 64-bit Extended Unique Identifier as defined in the IEEE's Guidelines for 64-bit Global Identifier (EUI-64) Specification.", |
| "FC_WWN": "This durable name shall be a hexadecimal representation of the World Wide Name format as defined in the T11 Fibre Channel Physical and Signaling Interface Specification.", |
| "NAA": "This durable name shall be a hexadecimal representation of the Name Address Authority structure as defined in the T11 Fibre Channel - Framing and Signaling - 3 (FC-FS-3) specification.", |
| "NQN": "This durable name shall be in the NVMe Qualified Name format as defined in the NVN Express over Fabric Specification.", |
| "NSID": "This durable name shall be in the NVM Namespace Identifier format as defined in the NVN Express Specification.", |
| "UUID": "This durable name shall be the hexadecimal representation of the Universal Unique Identifier as defined in the Internation Telecom Union's OSI networking and system aspects - Naming, Addressing and Registration Specification.", |
| "iQN": "This durable name shall be in the iSCSI Qualified Name format as defined in RFC 3720 and RFC 3721." |
| }, |
| "enumVersionAdded": { |
| "NQN": "v1_6_0", |
| "NSID": "v1_6_0" |
| }, |
| "type": "string" |
| }, |
| "Identifier": { |
| "additionalProperties": false, |
| "description": "This type describes any additional identifiers for a resource.", |
| "longDescription": "This type shall contain any additional identifiers of a resource.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "integer", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "DurableName": { |
| "description": "This indicates the world wide, persistent name of the resource.", |
| "longDescription": "This property shall contain the world wide unique identifier for the resource. The string shall be in the format described by the value of the Identifier.DurableNameFormat property.", |
| "readonly": true, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_1_0" |
| }, |
| "DurableNameFormat": { |
| "anyOf": [ |
| { |
| "$ref": "#/definitions/DurableNameFormat" |
| }, |
| { |
| "type": "null" |
| } |
| ], |
| "description": "This represents the format of the DurableName property.", |
| "longDescription": "This property shall represent the format of the DurableName property.", |
| "readonly": true, |
| "versionAdded": "v1_1_0" |
| } |
| }, |
| "type": "object" |
| }, |
| "Location": { |
| "additionalProperties": false, |
| "description": "This type describes the location of a resource.", |
| "longDescription": "This type shall describe the location of a resource.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "integer", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "AltitudeMeters": { |
| "description": "The altitude of the resource in meters.", |
| "longDescription": "The altitude of the resource in meters.", |
| "readonly": false, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "m", |
| "versionAdded": "v1_6_0" |
| }, |
| "Contacts": { |
| "description": "Array of contact information.", |
| "items": { |
| "anyOf": [ |
| { |
| "$ref": "#/definitions/ContactInfo" |
| }, |
| { |
| "type": "null" |
| } |
| ] |
| }, |
| "longDescription": "The value shall contain contact information used to obtain more information from an individual or organization responsible for this resource.", |
| "type": "array", |
| "versionAdded": "v1_7_0" |
| }, |
| "Info": { |
| "description": "This indicates the location of the resource.", |
| "longDescription": "This property shall represent the location of the resource.", |
| "readonly": true, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_1_0" |
| }, |
| "InfoFormat": { |
| "description": "This represents the format of the Info property.", |
| "longDescription": "This property shall represent the format of the Info property.", |
| "readonly": true, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_1_0" |
| }, |
| "Latitude": { |
| "description": "The latitude resource.", |
| "longDescription": "The value shall be the latitude of the resource specified in degrees using a decimal format and not minutes or seconds.", |
| "readonly": false, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "deg", |
| "versionAdded": "v1_6_0" |
| }, |
| "Longitude": { |
| "description": "The longitude resource in degrees.", |
| "longDescription": "The value shall be the longitude of the resource specified in degrees using a decimal format and not minutes or seconds.", |
| "readonly": false, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "deg", |
| "versionAdded": "v1_6_0" |
| }, |
| "Oem": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
| "description": "Oem extension object.", |
| "longDescription": "This object represents the Oem property. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification.", |
| "versionAdded": "v1_1_0" |
| }, |
| "PartLocation": { |
| "anyOf": [ |
| { |
| "$ref": "#/definitions/PartLocation" |
| }, |
| { |
| "type": "null" |
| } |
| ], |
| "description": "The part location within the placement.", |
| "longDescription": "The value shall describe a location within a resource. This representation shall be used to indicate the location within the Placement.", |
| "versionAdded": "v1_5_0" |
| }, |
| "Placement": { |
| "anyOf": [ |
| { |
| "$ref": "#/definitions/Placement" |
| }, |
| { |
| "type": "null" |
| } |
| ], |
| "description": "A place within the addressed location.", |
| "longDescription": "The value shall be a place within the addressed location.", |
| "versionAdded": "v1_3_0" |
| }, |
| "PostalAddress": { |
| "anyOf": [ |
| { |
| "$ref": "#/definitions/PostalAddress" |
| }, |
| { |
| "type": "null" |
| } |
| ], |
| "description": "Postal address of the addressed resource.", |
| "longDescription": "The value shall be a postal address of the resource.", |
| "versionAdded": "v1_3_0" |
| } |
| }, |
| "type": "object" |
| }, |
| "LocationType": { |
| "description": "Defines the location types for PartLocation.", |
| "enum": [ |
| "Slot", |
| "Bay", |
| "Connector", |
| "Socket" |
| ], |
| "enumDescriptions": { |
| "Bay": "Defines a bay as the type of location.", |
| "Connector": "Defines a connector as the type of location.", |
| "Slot": "Defines a slot as the type of location.", |
| "Socket": "Defines a socket as the type of location." |
| }, |
| "enumLongDescriptions": { |
| "Bay": "Bay shall be used to indicate the type of PartLocation is of type bay.", |
| "Connector": "Connector shall be used to indicate the type of PartLocation is of type connector.", |
| "Slot": "Slot shall be used to indicate the type of PartLocation is of type slot.", |
| "Socket": "Socket shall be used to indicate the type of PartLocation is of type socket." |
| }, |
| "longDescription": "Enumeration literals shall name the type of location in use.", |
| "type": "string" |
| }, |
| "Orientation": { |
| "description": "Defines a orientation for the ordering of the ordinal value of the part location.", |
| "enum": [ |
| "FrontToBack", |
| "BackToFront", |
| "TopToBottom", |
| "BottomToTop", |
| "LeftToRight", |
| "RightToLeft" |
| ], |
| "enumDescriptions": { |
| "BackToFront": "Defines the ordering for the LocationOrdinalValue is back to front.", |
| "BottomToTop": "Defines the ordering for the LocationOrdinalValue is bottom to top.", |
| "FrontToBack": "Defines the ordering for the LocationOrdinalValue is front to back.", |
| "LeftToRight": "Defines the ordering for the LocationOrdinalValue is left to right.", |
| "RightToLeft": "Defines the ordering for the LocationOrdinalValue is right to left.", |
| "TopToBottom": "Defines the ordering for the LocationOrdinalValue is top to bottom." |
| }, |
| "enumLongDescriptions": { |
| "BackToFront": "This value shall be used to specify the ordering for LocationOrdinalValue is back to front.", |
| "BottomToTop": "This value shall be used to specify the ordering for LocationOrdinalValue is bottom to top.", |
| "FrontToBack": "This value shall be used to specify the ordering for LocationOrdinalValue is front to back.", |
| "LeftToRight": "This value shall be used to specify the ordering for LocationOrdinalValue is left to right.", |
| "RightToLeft": "This value shall be used to specify the ordering for LocationOrdinalValue is right to left.", |
| "TopToBottom": "This value shall be used to specify the ordering for LocationOrdinalValue is top to bottom." |
| }, |
| "longDescription": "Enumeration literals shall name the orientation for the location type ordering in determining the LocationOrdinalValue.", |
| "type": "string" |
| }, |
| "PartLocation": { |
| "additionalProperties": false, |
| "description": "The part location within the placement.", |
| "longDescription": "The value shall describe a location within a resource. This representation shall be used to indicate the location within the Placement.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "integer", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "LocationOrdinalValue": { |
| "description": "The number that represents the location of the part. If LocationType is slot and this unit is in slot 2 then the LocationOrdinalValue will be 2.", |
| "longDescription": "The value shall be 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.", |
| "readonly": true, |
| "type": [ |
| "integer", |
| "null" |
| ], |
| "versionAdded": "v1_5_0" |
| }, |
| "LocationType": { |
| "anyOf": [ |
| { |
| "$ref": "#/definitions/LocationType" |
| }, |
| { |
| "type": "null" |
| } |
| ], |
| "description": "The type of location of the part, such as slot, bay, socket and slot.", |
| "longDescription": "The value shall be a LocationType enumeration literal indicating the type of rack units in use.", |
| "readonly": true, |
| "versionAdded": "v1_5_0" |
| }, |
| "Orientation": { |
| "anyOf": [ |
| { |
| "$ref": "#/definitions/Orientation" |
| }, |
| { |
| "type": "null" |
| } |
| ], |
| "description": "The orientation for the ordering of the slot enumeration used by the LocationOrdinalValue property.", |
| "longDescription": "The value shall be a Orientation enumeration literal indicating the orientation for the ordering used by the LocationOrdinalValue property.", |
| "readonly": true, |
| "versionAdded": "v1_5_0" |
| }, |
| "Reference": { |
| "anyOf": [ |
| { |
| "$ref": "#/definitions/Reference" |
| }, |
| { |
| "type": "null" |
| } |
| ], |
| "description": "The reference point for the part location. This is used to give guidance as to the general location of the part.", |
| "longDescription": "The value shall be a Reference enumeration literal indicating the general location within the unit of the part.", |
| "readonly": true, |
| "versionAdded": "v1_5_0" |
| }, |
| "ServiceLabel": { |
| "description": "This is the label of the part location, such as a silk screened name or a printed label.", |
| "longDescription": "The value shall be the label assigned for service at the part location.", |
| "readonly": true, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_5_0" |
| } |
| }, |
| "type": "object" |
| }, |
| "Placement": { |
| "additionalProperties": false, |
| "description": "The placement within the addressed location.", |
| "longDescription": "The value shall describe a location within a resource. Examples include a shelf in a rack.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "integer", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "AdditionalInfo": { |
| "description": "Area designation or other additional info.", |
| "longDescription": "The value shall contain additional information, such as Tile, Column (Post), Wall, or other designation used to describe a location that cannot be conveyed with other properties defined for the Placement object.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_7_0" |
| }, |
| "Rack": { |
| "description": "Name of a rack location within a row.", |
| "longDescription": "The value shall be the name of the rack within a row.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "RackOffset": { |
| "description": "Vertical location of the item in terms of RackOffsetUnits.", |
| "longDescription": "Vertical location of the item in the rack. Rack offset units shall be measured from bottom to top starting with 0.", |
| "readonly": false, |
| "type": [ |
| "integer", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "RackOffsetUnits": { |
| "anyOf": [ |
| { |
| "$ref": "#/definitions/RackUnits" |
| }, |
| { |
| "type": "null" |
| } |
| ], |
| "description": "The type of Rack Units in use.", |
| "longDescription": "The value shall be a RackUnit enumeration literal indicating the type of rack units in use.", |
| "readonly": false, |
| "versionAdded": "v1_3_0" |
| }, |
| "Row": { |
| "description": "Name of row.", |
| "longDescription": "The value shall be the name of the row.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| } |
| }, |
| "type": "object" |
| }, |
| "PostalAddress": { |
| "additionalProperties": false, |
| "description": "The PostalAddress for a resource.", |
| "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.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "integer", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "AdditionalCode": { |
| "description": "Additional code.", |
| "longDescription": "The value shall conform the requirements of the ADDCODE field as defined in RFC5139.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "AdditionalInfo": { |
| "description": "Room designation or other additional info.", |
| "longDescription": "The value shall conform the requirements of the LOC field as defined in RFC5139. It is used to provide additional information.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_7_0" |
| }, |
| "Building": { |
| "description": "Name of the building.", |
| "longDescription": "The value shall conform the requirements of the BLD field as defined in RFC5139. The value shall be name a building used to locate the resource.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "City": { |
| "description": "City, township, or shi (JP).", |
| "longDescription": "The value shall conform the requirements of the A3 field as defined in RFC5139. It is used to name a city, township, or shi (JP).", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "Community": { |
| "description": "Postal community name.", |
| "longDescription": "The value shall conform the requirements of the PCN field as defined in RFC5139. The value shall be a postal community name.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "Country": { |
| "description": "Country.", |
| "longDescription": "The value shall conform the requirements of the Country field as defined in RFC5139.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "District": { |
| "description": "A county, parish, gun (JP), or district (IN).", |
| "longDescription": "The value shall conform the requirements of the A2 field as defined in RFC5139. It is used to name a county, parish, gun (JP), or district (IN).", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "Division": { |
| "description": "City division, borough, dity district, ward, chou (JP).", |
| "longDescription": "The value shall conform the requirements of the A4 field as defined in RFC5139. It is used to name a city division, borough, dity district, ward, chou (JP).", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "Floor": { |
| "description": "Floor.", |
| "longDescription": "The value shall conform the requirements of the FLR field as defined in RFC5139. It is used to provide a floor designation.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "GPSCoords": { |
| "description": "The GPS coordinates of the part.", |
| "longDescription": "The value shall conform the requirements of the ADDCODE field as defined in RFC5139. The value shall be the GPS coordinates of the location. If furnished, this shall be expressed in the format '[-][nn]n.nnnnnn, [-][nn]n.nnnnn', i.e. two numbers, either positive or negative, with six decimal places of precision, comma-separated.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "HouseNumber": { |
| "description": "Numeric portion of house number.", |
| "longDescription": "The value shall conform the requirements of the HNO field as defined in RFC5139. It is the numeric portion of the house number.", |
| "readonly": false, |
| "type": [ |
| "integer", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "HouseNumberSuffix": { |
| "description": "House number suffix.", |
| "longDescription": "The value shall conform the requirements of the HNS field as defined in RFC5139. It is used to provide a suffix to a house number, (F, B, 1/2).", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "Landmark": { |
| "description": "Landmark.", |
| "longDescription": "The value shall conform the requirements of the LMK field as defined in RFC5139. It is used to identify a landmark or vanity address.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "LeadingStreetDirection": { |
| "description": "A leading street direction.", |
| "longDescription": "The value shall conform the requirements of the PRD field as defined in RFC5139. It is used to name a leading street direction, (N, W, SE).", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "Location": { |
| "description": "Room designation or other additional info.", |
| "longDescription": "The value shall conform the requirements of the LOC field as defined in RFC5139. It is used to provide additional information.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "Name": { |
| "description": "Name.", |
| "longDescription": "The value shall conform the requirements of the NAM field as defined in RFC5139. It is used to name the occupant.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "Neighborhood": { |
| "description": "Neighborhood or block.", |
| "longDescription": "The value shall conform the requirements of the A5 field as defined in RFC5139. It is used to name a neighborhood or block.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "POBox": { |
| "description": "Post office box (P.O. box).", |
| "longDescription": "The value shall conform the requirements of the POBOX field as defined in RFC5139. The value shall be a Post office box (P.O. box).", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "PlaceType": { |
| "description": "A description of the type of place that is addressed.", |
| "longDescription": "The value shall conform the requirements of the PLC field as defined in RFC5139. Examples include: office, residence,...).", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "PostalCode": { |
| "description": "Postal code (or zip code).", |
| "longDescription": "The value shall conform the requirements of the PC field as defined in RFC5139. The value shall be a Postal code (or zip code).", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "Road": { |
| "description": "A primary road or street.", |
| "longDescription": "The value shall conform the requirements of the RD field as defined in RFC5139. The value designates a primary road or street.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "RoadBranch": { |
| "description": "Road branch.", |
| "longDescription": "The value shall conform the requirements of the RDBR field as defined in RFC5139. The value shall be a Post office box (P.O. box)road branch.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "RoadPostModifier": { |
| "description": "Road post-modifier.", |
| "longDescription": "The value shall conform the requirements of the POM field as defined in RFC5139. (Extended).", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "RoadPreModifier": { |
| "description": "Road pre-modifier.", |
| "longDescription": "The value shall conform the requirements of the PRM field as defined in RFC5139. (Old, New).", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "RoadSection": { |
| "description": "Road Section.", |
| "longDescription": "The value shall conform the requirements of the RDSEC field as defined in RFC5139. The value shall be a road section.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "RoadSubBranch": { |
| "description": "Road sub branch.", |
| "longDescription": "The value shall conform the requirements of the RDSUBBR field as defined in RFC5139.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "Room": { |
| "description": "Name or number of the room.", |
| "longDescription": "The value shall conform the requirements of the ROOM field as defined in RFC5139. The value shall be a name or number of a room used to locate the resource within the unit.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "Seat": { |
| "description": "Seat (desk, cubicle, workstation).", |
| "longDescription": "The value shall conform the requirements of the SEAT field as defined in RFC5139. The value shall be a name or number of a Seat (desk, cubicle, workstation).", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "Street": { |
| "description": "Street name.", |
| "longDescription": "The value shall conform the requirements of the A6 field as defined in RFC5139. It is used to name a street.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "StreetSuffix": { |
| "description": "Avenue, Platz, Street, Circle.", |
| "longDescription": "The value shall conform the requirements of the STS field as defined in RFC5139. It is used to name a street suffix.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "Territory": { |
| "description": "A top-level subdivision within a country.", |
| "longDescription": "The value shall conform the requirements of the A1 field as defined in RFC5139 when used to name a territory, state, region, province, or prefecture within a country.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "TrailingStreetSuffix": { |
| "description": "A trailing street suffix.", |
| "longDescription": "The value shall conform the requirements of the POD field as defined in RFC5139. It is used to name a trailing street suffix.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| }, |
| "Unit": { |
| "description": "Name or number of the unit (apartment, suite).", |
| "longDescription": "The value shall conform the requirements of the UNIT field as defined in RFC5139. The value shall be a name or number of a unit (apartment, suite) used to locate the resource.", |
| "readonly": false, |
| "type": [ |
| "string", |
| "null" |
| ], |
| "versionAdded": "v1_3_0" |
| } |
| }, |
| "type": "object" |
| }, |
| "RackUnits": { |
| "description": "Defines a rack unit.", |
| "enum": [ |
| "OpenU", |
| "EIA_310" |
| ], |
| "enumDescriptions": { |
| "EIA_310": "Defines a rack unit as being equal to 1.75 in (44.45 mm).", |
| "OpenU": "Defines a rack unit as being equal to 48 mm (1.89 in)." |
| }, |
| "enumLongDescriptions": { |
| "EIA_310": "Rack units shall be specified as defined by the EIA-310 standard.", |
| "OpenU": "Rack units shall be specifie3d in terms of the Open Compute Open Rack specification." |
| }, |
| "longDescription": "Enumeration literals shall name the type of rack units in use.", |
| "type": "string" |
| }, |
| "Reference": { |
| "description": "Defines a reference area for the location of the part.", |
| "enum": [ |
| "Top", |
| "Bottom", |
| "Front", |
| "Rear", |
| "Left", |
| "Right", |
| "Middle" |
| ], |
| "enumDescriptions": { |
| "Bottom": "Defines the part as being in the bottom of the unit.", |
| "Front": "Defines the part as being in the front of the unit.", |
| "Left": "Defines the part as being in the left of the unit.", |
| "Middle": "Defines the part as being in the middle of the unit.", |
| "Rear": "Defines the part as being in the rear of the unit.", |
| "Right": "Defines the part as being in the right of the unit.", |
| "Top": "Defines the part as being in the top of the unit." |
| }, |
| "enumLongDescriptions": { |
| "Bottom": "Top shall be used to specify the part location is in the bottom of the unit.", |
| "Front": "Top shall be used to specify the part location is in the front of the unit.", |
| "Left": "Top shall be used to specify the part location is in the left of the unit.", |
| "Middle": "Top shall be used to specify the part location is in the middle of the unit.", |
| "Rear": "Top shall be used to specify the part location is in the rear of the unit.", |
| "Right": "Top shall be used to specify the part location is in the right of the unit.", |
| "Top": "Top shall be used to specify the part location is in the top of the unit." |
| }, |
| "longDescription": "Enumeration literals shall name the reference for the part location.", |
| "type": "string" |
| }, |
| "ReferenceableMember": { |
| "additionalProperties": false, |
| "description": "This is the base type for addressable members of an array.", |
| "longDescription": "Array members can be referenced using the value returned in the @odata.id property which may or may not be a dereferenceable URL. The @odata.id of this entity shall be the location of this element within an Item.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "integer", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "@odata.id": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/id" |
| }, |
| "MemberId": { |
| "description": "This is the identifier for the member within the collection.", |
| "longDescription": "The value of this string shall uniquely identify the member within the collection.", |
| "readonly": true, |
| "type": "string" |
| }, |
| "Oem": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
| "description": "This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections.", |
| "longDescription": "The value of this string shall be of the format for the reserved word *Oem*." |
| } |
| }, |
| "required": [ |
| "MemberId", |
| "@odata.id" |
| ], |
| "type": "object" |
| }, |
| "Resource": { |
| "additionalProperties": false, |
| "description": "This is the base type for resources and referenceable members.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "integer", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "@odata.context": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/context" |
| }, |
| "@odata.etag": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/etag" |
| }, |
| "@odata.id": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/id" |
| }, |
| "@odata.type": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/type" |
| }, |
| "Description": { |
| "anyOf": [ |
| { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" |
| }, |
| { |
| "type": "null" |
| } |
| ], |
| "readonly": true |
| }, |
| "Id": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", |
| "readonly": true |
| }, |
| "Name": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", |
| "readonly": true |
| }, |
| "Oem": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
| "description": "This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections.", |
| "longDescription": "The value of this string shall be of the format for the reserved word *Oem*." |
| } |
| }, |
| "required": [ |
| "Id", |
| "Name", |
| "@odata.id", |
| "@odata.type" |
| ], |
| "type": "object" |
| }, |
| "ResourceCollection": { |
| "additionalProperties": false, |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "integer", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "@odata.context": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/context" |
| }, |
| "@odata.etag": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/etag" |
| }, |
| "@odata.id": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/id" |
| }, |
| "@odata.type": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/type" |
| }, |
| "Description": { |
| "anyOf": [ |
| { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" |
| }, |
| { |
| "type": "null" |
| } |
| ], |
| "readonly": true |
| }, |
| "Name": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", |
| "readonly": true |
| }, |
| "Oem": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
| "description": "This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections.", |
| "longDescription": "The value of this string shall be of the format for the reserved word *Oem*." |
| } |
| }, |
| "required": [ |
| "Name", |
| "@odata.id", |
| "@odata.type" |
| ], |
| "type": "object" |
| } |
| }, |
| "owningEntity": "DMTF", |
| "release": "2018.3", |
| "title": "#Resource.v1_8_0" |
| } |