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

Id string mismatch with identifier term in the URI pattern not flagged as error #525

Closed lindappwu closed 1 year ago

lindappwu commented 1 year ago

Resource URI patterns annotation clause in the Redfish specification:

The identifier term in the URI pattern shall match the Id string property for the corresponding resource, or the MemberId string property for the corresponding object within a resource.

Should we add a test case for it?

mraineri commented 1 year ago

I think that would be good to add.