You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In errors.py, the validator overwrites and "pretties up" error messages from the jsonschema library. If the code doesn't have a case for the error from jsonschema it just outputs the error and appends the full schema that caused the error. This results in very long error messages; we should only append the full schema if the --verbose option is in use.
The text was updated successfully, but these errors were encountered:
In errors.py, the validator overwrites and "pretties up" error messages from the
jsonschema
library. If the code doesn't have a case for the error fromjsonschema
it just outputs the error and appends the full schema that caused the error. This results in very long error messages; we should only append the full schema if the--verbose
option is in use.The text was updated successfully, but these errors were encountered: