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
37 stars 33 forks source link

Added handling of cases where a payload annotation's definition cannot be located in schema files #548

Closed mraineri closed 1 year ago

mraineri commented 1 year ago

Fix #547

Currently only reporting a warning instead of an error; may need to discuss this a bit since using undefined annotation is illegal, but could be detrimental for cases like this.

mraineri commented 1 year ago

Approved 3/10