DMTF / Redfish-JsonSchema-ResponseValidator

The Redfish JSON Schema Response Validator is a Python3 utility used to validate any JSON resource against DMTF provided JSON schemas
Other
3 stars 6 forks source link

Improve error reporting, implement caching #3

Closed PhillipWatts1012 closed 6 years ago

PhillipWatts1012 commented 6 years ago

Improves error logging. Gives detail on json load failures. Implements caching. Saves up to 20 latest used schemas which should significanty improve performance for clients with large numbers of OEM schemas.

mraineri commented 6 years ago

Approved 8/16