alexandria/alexandria/model/redfish/LogEntryCollection.0.96.0.json

40 lines
1.2 KiB
JSON

{
"$schema": "http://schemas.dmtf.org/redfish/v1/redfish-schema.0.96.0",
"title": "LogEntryCollection.0.96.0",
"type": "object",
"additionalProperties": true,
"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"
},
"Description": {
"$ref": "Resource.0.96.0.json#Description"
},
"Name": {
"$ref": "Resource.0.96.0.json#Name"
},
"Modified": {
"$ref": "Resource.0.96.0.json#Modified"
},
"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*."
},
"Members": {
"type": "array",
"items": {
"$ref": "LogEntry.json#LogEntry"
},
"readonly": true,
"description": "Contains the members of this collection."
}
}
}