summaryrefslogtreecommitdiff
path: root/jsonschema
Commit message (Expand)AuthorAgeFilesLines
* Skip more new leap second tests.Julian Berman2021-08-241-2/+27
* Remove resolve_local.Julian Berman2021-08-242-19/+15
* Unskip more passing tests.Julian Berman2021-08-241-86/+16
* Fix items' instance path as well.Julian Berman2021-08-242-3/+58
* And simplify items as well.Julian Berman2021-08-241-16/+9
* Slightly nicer error message for not.Julian Berman2021-08-232-4/+3
* Remove shebangs from nonexecutable scriptsTomas Hrnciar2021-08-232-2/+0
* Remove a test that is only relevant for Py2+3 combined codebases.Julian Berman2021-08-231-6/+0
* Fix the schema path used by prefixItems errors.Julian Berman2021-08-232-7/+53
* Sigh, flake8.Julian Berman2021-08-211-2/+2
* And deprecate importing ErrorTree from jsonschema.validators.Julian Berman2021-08-212-10/+29
* Deprecate jsonschema.__version__.Julian Berman2021-08-204-9/+50
* Let format_index handle the container too.Julian Berman2021-08-202-10/+16
* Minor style.Julian Berman2021-08-192-7/+7
* yield from everywhere, saving precious linesJulian Berman2021-08-182-64/+35
* More strict style, now via bugbear.Julian Berman2021-08-187-26/+24
* Reimplement contains.Julian Berman2021-08-182-51/+25
* Remove types_msg which implements really old draft-3 behavior.Julian Berman2021-08-183-22/+10
* Tidy up validation error messages, particularly using f-strings.Julian Berman2021-08-1810-152/+320
* Run the unicode and float-overflow optional tests on all drafts.Julian Berman2021-08-181-0/+8
* Remove more unneeded u prefixes.Julian Berman2021-08-186-95/+95
* And a linter to forbid slash-line-continuation.Julian Berman2021-08-181-1/+3
* Add a linter to ensure single quotes aren't added.Julian Berman2021-08-186-59/+59
* Unnecessary `len`s.Julian Berman2021-08-181-2/+2
* May as well add support for Draft 2019 as well.Julian Berman2021-08-1815-36/+486
* Remove the $defs validator.Julian Berman2021-08-182-29/+3
* Fix Draft2020-12Validator's name to be Draft202012Validator.Julian Berman2021-08-182-1/+11
* Don't check schemas in test suite runs.Julian Berman2021-08-181-7/+2
* Fix the names of internal test cases for newer drafts.Julian Berman2021-08-171-1/+1
* Remove some u prefixes leftover from Py2.Julian Berman2021-08-171-160/+160
* Fix the UUID format.Julian Berman2021-08-061-3/+2
* Fix missing trailing commas.draft2020-12Julian Berman2021-08-0413-105/+89
* Tidy the docstring slightly.Julian Berman2021-08-042-4/+8
* Julian/jsonschema#782: Remove ecmascript validation, extend dynamicRef skip d...Harald Nezbeda2021-07-211-62/+4
* Julian/jsonschema#782: Add compatibility to draft7 and olderHarald Nezbeda2021-07-212-17/+29
* Julian/jsonschema#782: Code clenaup, fixes validation messagesHarald Nezbeda2021-07-215-128/+92
* Julian/jsonschema#782: Extend format testsHarald Nezbeda2021-07-201-0/+19
* Julian/jsonschema#782: Resolve meta schema vocabularies from local cacheHarald Nezbeda2021-07-209-4/+316
* Julian/jsonschema#782: Refactor items behavior with prefixItemsHarald Nezbeda2021-07-201-18/+3
* Julian/jsonschema#782: Update validation message for unevaluatedProperties an...Harald Nezbeda2021-07-202-2/+46
* Julian/jsonschema#782: Fixes failing stylesHarald Nezbeda2021-07-202-3/+22
* Julian/jsonschema#782: Adapt validator test for draft2020-12, fixes code stylesHarald Nezbeda2021-07-206-62/+128
* Julian/jsonschema#782: Fixes relative json pointer format validation for lead...Harald Nezbeda2021-07-201-0/+4
* Julian/jsonschema#782: Load dependencies from legacy validatorsHarald Nezbeda2021-07-203-27/+29
* Julian/jsonschema#782: Implements dynamicRef validationsHarald Nezbeda2021-07-203-5/+51
* Julian/jsonschema#782: Add validation for uuid formatHarald Nezbeda2021-07-191-0/+13
* Julian/jsonschema#782: Implements defs validationsHarald Nezbeda2021-07-192-0/+16
* 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-192-3/+12