alexandria/alexandria/model/redfish/SerialInterfaceCollection.0...

42 lines
1.2 KiB
JSON

{
"$schema": "http://schemas.dmtf.org/redfish/v1/redfish-schema.0.96.0",
"title": "SerialInterfaceCollection.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"
},
"Links": {
"type": [
"object",
"null"
],
"additionalProperties": false,
"properties": {
"Members": {
"type": "array",
"items": {
"type": "object",
"properties": {
"@odata.id" :{
"$ref": "odata.4.0.0.json#Id"
}
}
},
"readonly": true,
"description": "Contains the members of this collection."
}
},
"readonly": true,
"description": "Contains links to other resources that are related to this resource."
}
}
}