DMTF / Redfish-Service-Validator

The Redfish Service Validator is a Python3 tool for checking conformance of any "device" with a Redfish service interface against Redfish CSDL schema
Other
38 stars 33 forks source link

Tool should not warn about service root odata.id missing a trailing slash #530

Closed blakehilliard closed 1 year ago

blakehilliard commented 1 year ago

If your root service odata.id does not include a trailing "/", you get the below warning. This same warning is not given for any other resource.

WARNING - /redfish/v1/ @odata.id: Expected @odata.id to match URI link /redfish/v1

{
    "@odata.id": "/redfish/v1",
    ...