Use jsonschema.Validator.validate
for JSON validation
#338
Labels
refactor
Simplifying or restructuring existing code or documentation.
When multiple items in a JSON fail schema validation,
jsonschema.validate
picks and only returns one using some heuristic.If we care about returning ALL invalid items in a ValidationError, we may want to use something like a Draft7Validator instance instead.
Originally posted by @surchs in #337 (comment)
The text was updated successfully, but these errors were encountered: