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

Add “–l” to validate a local file #5

Closed CShia closed 6 years ago

CShia commented 6 years ago

Currently, this tools supports to two types of Redfish resources to validate:

  1. “–m”: directory path to a mockup tree to validate against
  2. “–i”: url, --used with -r option to specify url for a live system

“–l” is added to validate a local file. It is useful when verifying a resource with different version schemas. We just need to modify the version in the resource.

mraineri commented 6 years ago

Approved 10/11