alexandria/alexandria/model/redfish/0.96/SimpleStorage.0.96.0.json

83 lines
3.2 KiB
JSON

{
"$schema": "http://schemas.dmtf.org/redfish/v1/redfish-schema.0.96.0",
"title": "SimpleStorage.0.96.0",
"type": "object",
"additionalProperties": false,
"properties": {
"@odata.context": {
"$ref": "odata.4.0.0.json#context"
},
"@odata.id": {
"$ref": "odata.4.0.0.json#id"
},
"@odata.type": {
"$ref": "odata.4.0.0.json#type"
},
"Oem": {
"$ref": "Resource.0.96.0.json#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*."
},
"Id": {
"$ref": "Resource.0.96.0.json#Id"
},
"Description": {
"$ref": "Resource.0.96.0.json#Description"
},
"Name": {
"$ref": "Resource.0.96.0.json#Name"
},
"UefiDevicePath": {
"type": [
"string",
"null"
],
"readonly": true,
"description": "The UEFI device path used to access this storage controller.",
"longDescription": "This property shall contain the UEFI device path used to identify and locate the specific storage controller"
},
"Devices": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"Oem": {
"$ref": "Resource.0.96.0.json#Oem"
},
"Name": {
"$ref": "Resource.0.96.0.json#Name"
},
"Status": {
"$ref": "Resource.0.96.0.json#Status"
},
"Manufacturer": {
"type": [
"string",
"null"
],
"readonly": true,
"description": "The name of the manufacturer of this device",
"longDescription": "This property shall indicate the name of the manufacturer of this storage device."
},
"Model": {
"type": [
"string",
"null"
],
"readonly": true,
"description": "The product model number of this device",
"longDescription": "This property shall indicate the model information as provided by the manufacturer of this storage device."
}
}
},
"readonly": true,
"description": "A list of storage devices associated with this resource"
},
"Status": {
"$ref": "Resource.0.96.0.json#Status"
}
},
"description": "This is the schema definition for the Simple Storage resource. It represents the properties of a storage controller and its directly-attached devices."
}