components: schemas: SimpleStorage_v1_0_0_Device: additionalProperties: false properties: Manufacturer: description: The name of the manufacturer of this device nullable: true readOnly: true type: string x-longDescription: This property shall indicate the name of the manufacturer of this storage device. Model: description: The product model number of this device nullable: true readOnly: true type: string x-longDescription: This property shall indicate the model information as provided by the manufacturer of this storage device. Name: description: The name of the resource or array element. readOnly: true type: string x-longDescription: This object represents the Name property. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification. The value of this string shall be of the format for the reserved word *Name*. Oem: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Oem Status: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Status required: - Name type: object x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. SimpleStorage_v1_0_0_SimpleStorage: additionalProperties: false description: This is the schema definition for the Simple Storage resource. It represents the properties of a storage controller and its directly-attached devices. properties: '@odata.context': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_context '@odata.id': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_id '@odata.type': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_type Description: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Description nullable: true Devices: description: The storage devices associated with this resource items: $ref: '#/components/schemas/SimpleStorage_v1_0_0_Device' readOnly: true type: array x-longDescription: This property shall contain a list of storage devices associated with this resource Id: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Id Name: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Name Oem: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Oem description: This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections. x-longDescription: The value of this string shall be of the format for the reserved word *Oem*. Status: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Status UefiDevicePath: description: The UEFI device path used to access this storage controller. nullable: true readOnly: true type: string x-longDescription: This property shall contain the UEFI device path used to identify and locate the specific storage controller required: - Id - Name type: object x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. title: '#SimpleStorage.v1_0_0.SimpleStorage' x-copyright: Copyright 2014-2016 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright