summaryrefslogtreecommitdiff
path: root/jsonschema/validators.py
Commit message (Expand)AuthorAgeFilesLines
* Fix an additional unintentional resolution scope change in RefResolverv4.18.0a6Julian Berman2023-04-271-6/+9
* Re-enable (but deprecate) automatic reference retrieval.Julian Berman2023-04-251-4/+30
* Ignore non-str $ids for *deprecated* RefResolver resolution.v4.18.0a5Julian Berman2023-04-251-3/+4
* Wrap raised referencing exceptions in a RefResolutionError subclass.v4.18.0a4Julian Berman2023-04-171-1/+6
* Always pass a URI to referencing.jsonschema.specification_with.Julian Berman2023-03-231-1/+1
* documentation mistype fixAryan Arora2023-03-201-1/+1
* Enable ruff's simplify rules too.Julian Berman2023-03-151-13/+11
* flake8 -> ruff, a mostly painless affair.Julian Berman2023-03-151-9/+4
* Newer attrs API in validators.py and some type hints for create.Julian Berman2023-03-151-27/+38
* Speed up Validator.evolve by pre-computing fields.Julian Berman2023-03-061-17/+61
* Replace the other usages of pyrsistent with rpds.Julian Berman2023-03-061-2/+2
* Three more exception-related deprecations.Julian Berman2023-02-231-3/+3
* Flail to get Sphinx to find references again.Julian Berman2023-02-211-1/+1
* Resolve $ref using the referencing library.Julian Berman2023-02-211-32/+66
* Move Validator._resolver to _ref_resolver.Julian Berman2023-02-211-17/+17
* Deprecate Validator.resolver.Julian Berman2023-02-211-1/+15
* Move reference resolution to a (private) Validator method.Julian Berman2023-02-211-8/+26
* Inline a function that will be RefResolver specific.Julian Berman2023-02-211-9/+6
* Offload a small initial bit of id-related code to referencing.Julian Berman2023-02-211-16/+14
* Deprecate jsonschema.RefResolver from both places it is importable.Julian Berman2023-02-211-3/+23
* Move to retrieving schemas from the jsonschema-specifications registry.Julian Berman2023-02-211-15/+22
* More specific type.Julian Berman2023-02-151-1/+2
* Add a few examples of jsonschema.validators.validator_for.Julian Berman2022-12-191-0/+37
* Fix instantiating validators with cached refs-to-bool schemas.v4.17.3Julian Berman2022-11-291-2/+3
* Try fixing more Sphinx refs which fail only on Ubuntu...v4.17.2Julian Berman2022-11-291-3/+3
* Un-bundle single-vocabulary meta-schemas.Julian Berman2022-11-171-1/+5
* Enable format validation by default in check_schema.v4.17.0Julian Berman2022-11-011-2/+8
* Ignore PyCQA/flake8-bugbear#287.Julian Berman2022-10-051-1/+1
* Fix more $ref cases when the lookup URL is different from an $idJulian Berman2022-09-091-10/+17
* Add some deprecated directives (for previous deprecations) to the docs.Julian Berman2022-08-301-0/+2
* Of course the tweaked name doesn't work on macOS.Julian Berman2022-08-291-2/+2
* Fix some ambiguous API refs which only fail on Sphinx+Linux :/Julian Berman2022-08-291-5/+6
* Fix $id in the presence of $ref on draft 6 and 7.Julian Berman2022-08-281-2/+4
* Fix unevaluatedItems on draft2019.Julian Berman2022-08-201-1/+1
* Standardize the format of Raises: in napolean docstrings.Julian Berman2022-08-201-4/+6
* Support validator classes whose metaschema uses a different dialect.v4.13.0Julian Berman2022-08-191-1/+2
* Remove some old unnecessary explicit object superclasses.Julian Berman2022-08-181-1/+1
* Warn at runtime when subclassing validator classes.v4.12.0Julian Berman2022-08-181-0/+15
* Use an explicit default provided to validator_for in all cases.v4.10.3Julian Berman2022-08-181-12/+18
* Fix one more Validator.evolve issue for downstream Validators.v4.10.2Julian Berman2022-08-171-4/+6
* Fix calling Validator.evolve for some downstream users.v4.10.1Julian Berman2022-08-171-1/+1
* Prefer 'keyword' over 'validator' in docs.Julian Berman2022-08-161-18/+16
* Add support for referencing schemas across different drafts.Julian Berman2022-08-161-1/+16
* Fix resolving relative $refs with URN base URIs.Julian Berman2022-07-311-7/+10
* Micro-optimize an oft-called lambda to a methodcaller call.Julian Berman2022-07-261-1/+2
* Enhance best match to prefer errors from matching types.Julian Berman2022-07-101-0/+1
* Revert "Extend dynamicRef keyword"v4.5.1Julian Berman2022-05-051-5/+23
* Ignore a style warning from bugbear.Julian Berman2022-04-151-2/+2
* Fix style issues.Julian Berman2022-02-071-6/+14
* Bump the default type checker and format checker.Julian Berman2022-01-311-2/+2