Boolean schemas are incorrectly leaked backwards into previous drafts #523
Labels
Bug
Something doesn't work the way it should.
Needs Test Upstream
Issues that need to have a test added to https://github.com/json-schema-org/JSON-Schema-Test-Suite
Uh oh!
There was an error while loading. Please reload this page.
The relevant test cases here are these, which are currently marked skipped but should not be (they currently fail).
Probably we need to add a
validator_functions_of
argument tojsonschema.validators.create
that, given a schema, returns an iterable of validator functions (which then permits booleans on Draft6/7 and not on earlier ones), but doing so is actually a bit tricky...The text was updated successfully, but these errors were encountered: