The Redfish Service Validator reports failures for properties annotated with Message ExtendedInfo in the GET response payload. This behavior was not observed previously and seems to have been introduced in version 3.0.9.
Example :
GET Response Payload of /redfish/v1/Managers/1/SerialInterfaces/1
{
"@odata.id": "/redfish/v1/Managers/1/SerialInterfaces/1",
"@odata.type": "#SerialInterface.v1_0_0.SerialInterface",
"Name": "Managed Serial Interface 1",
"PinOut": "Cyclades",
"PinOut@Message.ExtendedInfo": [{
...
...
...
}]
}
The Redfish Service Validator reports failures for properties annotated with Message ExtendedInfo in the GET response payload. This behavior was not observed previously and seems to have been introduced in version 3.0.9.
Example :
GET Response Payload of /redfish/v1/Managers/1/SerialInterfaces/1
{
"@odata.id": "/redfish/v1/Managers/1/SerialInterfaces/1",
"@odata.type": "#SerialInterface.v1_0_0.SerialInterface",
"Name": "Managed Serial Interface 1",
"PinOut": "Cyclades",
"PinOut@Message.ExtendedInfo": [{
...
...
...
}]
}