Redfish-Service-Validator
Redfish-Service-Validator copied to clipboard
Validating a collection
Hi,
I'm wondering how to match this collection to the openapi description document:
The specialty is embedding the Members body into the collections Members.
"Members": [
{
"@odata.id": "/redfish/v1/Managers/BMC/LogServices/Log/Entries/1",
"@odata.type": "#LogEntry.v1_16_1.LogEntry",
"Id": "1",
"Name": "Log Entry 1",
"EntryType": "Event",
"Severity": "Critical",
"Created": "2020-03-30T07:44:35-05:00",
"SensorNumber": 1,
"Message": "System May be Melting",
"MessageId": "Event.1.0.TempWayTooHot",
"MessageArgs": [
"88"
],
"Links": {
"OriginOfCondition": {
"@odata.id": "/redfish/v1/Chassis/1/Thermal"
}
}
}
],
https://github.com/DMTF/Redfish-Publications/blob/5b217908b5378b24e4f390c063427d7a707cd308/mockups/public-nvmeof-jbof/Managers/BMC/LogServices/Log/Entries/index.json#L6-L27