summaryrefslogtreecommitdiff
path: root/jsonschema/protocols.py
Commit message (Expand)AuthorAgeFilesLines
* flake8 -> ruff, a mostly painless affair.Julian Berman2023-03-151-1/+1
* Remove a codepath meant for 3.7.Julian Berman2023-03-151-14/+8
* Newer attrs API in validators.py and some type hints for create.Julian Berman2023-03-151-2/+3
* Flail to get Sphinx to find references again.Julian Berman2023-02-211-5/+4
* Resolve $ref using the referencing library.Julian Berman2023-02-211-0/+7
* Deprecate Validator.resolver.Julian Berman2023-02-211-1/+5
* Deprecate jsonschema.RefResolver from both places it is importable.Julian Berman2023-02-211-1/+1
* Try fixing more Sphinx refs which fail only on Ubuntu...v4.17.2Julian Berman2022-11-291-1/+2
* Minor verbiage tweak for protocols.v4.15.0Julian Berman2022-08-311-2/+2
* Add some deprecated directives (for previous deprecations) to the docs.Julian Berman2022-08-301-0/+10
* Experiment with autoapi for generating explicit API documentation.Julian Berman2022-08-291-2/+1
* Add ID_OF to the protocol, and schemas are arbitrary mappings.Julian Berman2022-08-211-6/+10
* Standardize the format of Raises: in napolean docstrings.Julian Berman2022-08-201-3/+3
* Convert more docs in protocols to napoleon.Julian Berman2022-08-201-26/+56
* Fix mypy types for protocols.ValidatorJulian Berman2022-08-201-4/+4
* Replace references to draft 3 in a few more doc examples.Julian Berman2022-08-161-3/+3
* Prefer 'keyword' over 'validator' in docs.Julian Berman2022-08-161-11/+11
* Add support for referencing schemas across different drafts.Julian Berman2022-08-161-0/+10
* Add FORMAT_CHECKERTibor Völcker2022-01-161-0/+4
* Fix nitpick error on type annotationStephen Rosen2022-01-051-5/+10
* Use future import for type annotationsStephen Rosen2022-01-051-5/+7
* Fix typing_extensions import handling for mypyStephen Rosen2022-01-051-2/+10
* Remove relative importsJulian Berman2021-12-151-4/+3
* Schemas can be bools too in newer drafts.Julian Berman2021-12-151-4/+4
* Apply suggestions from code reviewStephen Rosen2021-12-131-4/+5
* Add `jsonschema.protocols.IValidator`Stephen Rosen2021-12-131-0/+152