summaryrefslogtreecommitdiff
path: root/jsonschema/_legacy_validators.py
Commit message (Expand)AuthorAgeFilesLines
* flake8 -> ruff, a mostly painless affair.Julian Berman2023-03-151-1/+1
* Ignore additionalItems when items isn't present on 2019.Julian Berman2023-03-141-3/+3
* Resolve $ref using the referencing library.Julian Berman2023-02-211-25/+19
* Offload a small initial bit of id-related code to referencing.Julian Berman2023-02-211-13/+0
* Fix $id in the presence of $ref on draft 6 and 7.Julian Berman2022-08-281-0/+13
* Fix unevaluatedItems on draft2019.Julian Berman2022-08-201-0/+78
* Prefer 'keyword' over 'validator' in docs.Julian Berman2022-08-161-3/+3
* Gut the meat of the recursiveRef implementation for draft2019Julian Berman2022-06-281-1/+5
* Add Validator.evolve, deprecating passing _schema to methods.Julian Berman2021-08-251-2/+5
* Remove RefResolver.scopes_stack_copy.Julian Berman2021-08-251-2/+1
* Remove resolve_local.Julian Berman2021-08-241-1/+2
* yield from everywhere, saving precious linesJulian Berman2021-08-181-26/+16
* Remove types_msg which implements really old draft-3 behavior.Julian Berman2021-08-181-1/+8
* Tidy up validation error messages, particularly using f-strings.Julian Berman2021-08-181-17/+14
* Remove more unneeded u prefixes.Julian Berman2021-08-181-2/+2
* May as well add support for Draft 2019 as well.Julian Berman2021-08-181-1/+17
* Fix missing trailing commas.draft2020-12Julian Berman2021-08-041-7/+6
* Tidy the docstring slightly.Julian Berman2021-08-041-2/+5
* Julian/jsonschema#782: Add compatibility to draft7 and olderHarald Nezbeda2021-07-211-0/+12
* Julian/jsonschema#782: Code clenaup, fixes validation messagesHarald Nezbeda2021-07-211-4/+4
* Julian/jsonschema#782: Adapt validator test for draft2020-12, fixes code stylesHarald Nezbeda2021-07-201-3/+8
* Julian/jsonschema#782: Load dependencies from legacy validatorsHarald Nezbeda2021-07-201-0/+26
* Julian/jsonschema#782: Implements unevaluatedItems validationsHarald Nezbeda2021-07-191-0/+16
* Julian/jsonschema#782: Extend contains with minContains and maxContaints, add...Harald Nezbeda2021-07-191-0/+10
* Kill jsonschema.compat as well.Julian Berman2020-08-051-3/+2
* These are actually now no different than the current implementations.Julian Berman2019-03-031-44/+0
* Split out dependencies for draft 3.Julian Berman2019-01-141-0/+25
* Get these out of the way.Julian Berman2019-01-111-0/+160