summaryrefslogtreecommitdiff
path: root/jsonschema/_utils.py
Commit message (Expand)AuthorAgeFilesLines
* lintIlya Konstantinov2023-03-281-4/+3
* lintIlya Konstantinov2023-03-271-3/+4
* Do not validate for unevaluatedPropertiesIlya Konstantinov2023-03-271-13/+6
* Enable ruff's simplify rules too.Julian Berman2023-03-151-4/+1
* Resolve $ref using the referencing library.Julian Berman2023-02-211-18/+22
* Move to retrieving schemas from the jsonschema-specifications registry.Julian Berman2023-02-211-18/+0
* Remove some old unnecessary explicit object superclasses.Julian Berman2022-08-181-1/+1
* Prefer 'keyword' over 'validator' in docs.Julian Berman2022-08-161-1/+2
* Revert "Extend dynamicRef keyword"v4.5.1Julian Berman2022-05-051-83/+0
* Ensure proper sorting of list in error messageSorin Sbarnea2022-05-051-1/+1
* Minor style.Julian Berman2022-01-141-4/+5
* Extend dynamicRef keywordHarald Nezbeda2022-01-101-0/+82
* Setup mypy in `tox -e typing` and get it to passStephen Rosen2022-01-051-1/+1
* Remove relative importsJulian Berman2021-12-151-1/+1
* perf: Undesired fallback to brute force container uniqueness check on certain...Dmitry Dygalo2021-12-151-1/+1
* Ensure all items of array are checked for uniquenessDrGFreeman2021-11-031-1/+2
* Load schemas via importlib.resourcesJesús García Crespo2021-11-031-3/+10
* Stylev4.0.0Julian Berman2021-09-291-3/+0
* Remove the added argument to jsonschema.validators.create. ...Julian Berman2021-09-291-13/+0
* Add Validator.evolve, deprecating passing _schema to methods.Julian Berman2021-08-251-10/+12
* Remove more dead code.Julian Berman2021-08-251-23/+0
* Let format_index handle the container too.Julian Berman2021-08-201-4/+8
* More strict style, now via bugbear.Julian Berman2021-08-181-1/+1
* Remove types_msg which implements really old draft-3 behavior.Julian Berman2021-08-181-19/+0
* 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
* Fix missing trailing commas.draft2020-12Julian Berman2021-08-041-13/+13
* Julian/jsonschema#782: Code clenaup, fixes validation messagesHarald Nezbeda2021-07-211-68/+57
* Julian/jsonschema#782: Resolve meta schema vocabularies from local cacheHarald Nezbeda2021-07-201-0/+16
* Julian/jsonschema#782: Adapt validator test for draft2020-12, fixes code stylesHarald Nezbeda2021-07-201-28/+58
* Julian/jsonschema#782: Fixes ref validation priorityHarald Nezbeda2021-07-191-1/+1
* Julian/jsonschema#782: Extend implementation of refHarald Nezbeda2021-07-191-1/+24
* Julian/jsonschema#782: Implements unevaluatedProperties validationsHarald Nezbeda2021-07-191-1/+59
* Julian/jsonschema#782: Implements unevaluatedItems validationsHarald Nezbeda2021-07-191-0/+42
* Minor rewording of the docstring.Julian Berman2021-07-091-2/+2
* Simplify the implementations of the equal checks.Julian Berman2021-07-091-15/+6
* Test only through _util.equal.Julian Berman2021-07-091-18/+14
* Fix the DeprecationWarning from importing abcs from collections.Julian Berman2021-07-091-15/+3
* Extend sequance and mapping checkHarald Nezbeda2021-07-091-7/+23
* Add test case with custom sequance typeHarald Nezbeda2021-07-091-25/+19
* Julian/jsonschema#686: Fixes unique and equal checksHarald Nezbeda2021-07-091-2/+46
* Make utils.indent exit stage left.Julian Berman2020-11-171-8/+0
* Minor doc formatting.Julian Berman2020-08-291-0/+1
* Kill jsonschema.compat as well.Julian Berman2020-08-051-3/+3
* Revert "Respect ECMA regex syntax for schemas."v3.1.1Julian Berman2019-10-091-4/+3
* Use JS regex syntaxZac Hatfield-Dodds2019-10-071-3/+4
* Minor style.Julian Berman2019-09-051-10/+0
* Unskip and fix the const-related compare bug.Julian Berman2019-08-011-2/+7
* Minor style.Julian Berman2019-05-051-1/+1
* Minor style.Julian Berman2018-11-251-1/+1