summaryrefslogtreecommitdiff
path: root/jsonschema/validators.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the added argument to jsonschema.validators.create. ...Julian Berman2021-09-291-14/+8
* Deprecate jsonschema.validators.validators and .meta_schemas.Julian Berman2021-08-261-7/+21
* Add Validator.evolve, deprecating passing _schema to methods.Julian Berman2021-08-251-3/+28
* Set __qualname__ for validator classes.Julian Berman2021-08-251-9/+15
* Temporarily simplify _finditem, and unskip some tests.Julian Berman2021-08-251-10/+13
* Remove RefResolver.scopes_stack_copy.Julian Berman2021-08-251-7/+0
* Deprecate jsonschema.RefResolver.in_scope.Julian Berman2021-08-251-0/+5
* Minor tweak of local variables.Julian Berman2021-08-251-2/+1
* Remove resolve_local.Julian Berman2021-08-241-18/+13
* And deprecate importing ErrorTree from jsonschema.validators.Julian Berman2021-08-211-7/+13
* Minor style.Julian Berman2021-08-191-6/+6
* More strict style, now via bugbear.Julian Berman2021-08-181-1/+1
* Tidy up validation error messages, particularly using f-strings.Julian Berman2021-08-181-2/+2
* Add a linter to ensure single quotes aren't added.Julian Berman2021-08-181-1/+1
* May as well add support for Draft 2019 as well.Julian Berman2021-08-181-8/+48
* Remove the $defs validator.Julian Berman2021-08-181-2/+0
* Fix Draft2020-12Validator's name to be Draft202012Validator.Julian Berman2021-08-181-1/+3
* Remove some u prefixes leftover from Py2.Julian Berman2021-08-171-160/+160
* Fix missing trailing commas.draft2020-12Julian Berman2021-08-041-3/+3
* Tidy the docstring slightly.Julian Berman2021-08-041-2/+3
* Julian/jsonschema#782: Add compatibility to draft7 and olderHarald Nezbeda2021-07-211-17/+17
* Julian/jsonschema#782: Code clenaup, fixes validation messagesHarald Nezbeda2021-07-211-8/+2
* Julian/jsonschema#782: Resolve meta schema vocabularies from local cacheHarald Nezbeda2021-07-201-4/+20
* Julian/jsonschema#782: Adapt validator test for draft2020-12, fixes code stylesHarald Nezbeda2021-07-201-2/+4
* Julian/jsonschema#782: Load dependencies from legacy validatorsHarald Nezbeda2021-07-201-3/+3
* Julian/jsonschema#782: Implements dynamicRef validationsHarald Nezbeda2021-07-201-4/+15
* Julian/jsonschema#782: Implements defs validationsHarald Nezbeda2021-07-191-0/+1
* Julian/jsonschema#782: Extend resolver for anchorHarald Nezbeda2021-07-191-12/+16
* Julian/jsonschema#782: Fixes ref resolver for foldersHarald Nezbeda2021-07-191-5/+12
* Julian/jsonschema#782: Fixes ref validation priorityHarald Nezbeda2021-07-191-2/+11
* Julian/jsonschema#782: Extend implementation of refHarald Nezbeda2021-07-191-6/+28
* Julian/jsonschema#782: Implements unevaluatedProperties validationsHarald Nezbeda2021-07-191-0/+1
* Julian/jsonschema#782: Implements unevaluatedItems validationsHarald Nezbeda2021-07-191-2/+2
* Julian/jsonschema#782: Extend contains with minContains and maxContaints, add...Harald Nezbeda2021-07-191-2/+2
* Julian/jsonschema#782: Add checks for prefixItems, basic check for unevaluate...Harald Nezbeda2021-07-191-0/+2
* Julian/jsonschema#782: Add dependentRequired and dependentSchemas validationHarald Nezbeda2021-07-191-1/+2
* Julian/jsonschema#782: Enable draft2020-12 test suiteHarald Nezbeda2021-07-191-1/+41
* Remove default types (in favor of the TypeChecker API).Julian Berman2021-05-041-147/+2
* remove uneeded backtick from docstring of validators.extend()Sergey Fedoseev2021-03-031-1/+1
* isorted.Julian Berman2020-08-121-1/+1
* Kill jsonschema.compat as well.Julian Berman2020-08-051-17/+9
* Ref Py3 in the docs.Julian Berman2020-08-041-7/+7
* [compat] Drop support of PY2Bastien Vallet2020-07-301-6/+1
* Don't include `if` in the schema_path of errors.Julian Berman2020-06-201-1/+1
* Remove the rest of the incorrectly added HTTPS for older metaschemas.Julian Berman2020-03-241-6/+0
* HTTP -> HTTPS for specification URIs.Julian Berman2020-03-211-0/+6
* Doc stylin.Julian Berman2019-09-031-0/+33
* Minor style.Julian Berman2019-08-161-36/+36
* Bump to Sphinx2 for docs, fixing random nonsense along the way.Julian Berman2019-08-041-4/+6
* These are actually now no different than the current implementations.Julian Berman2019-03-031-3/+3