DMTF/Redfish-Service-Validator

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

blakehilliard opened this issue · 0 comments

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",
    ...