summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* And a linter to forbid slash-line-continuation.Julian Berman2021-08-182-1/+4
* Add a linter to ensure single quotes aren't added.Julian Berman2021-08-188-60/+61
* Add the drafts to the changelog.Julian Berman2021-08-181-0/+2
* Unnecessary `len`s.Julian Berman2021-08-181-2/+2
* Update the draft info in the README.Julian Berman2021-08-181-0/+2
* May as well add support for Draft 2019 as well.Julian Berman2021-08-1816-36/+488
* Remove the $defs validator.Julian Berman2021-08-182-29/+3
* And add it to the docs.Julian Berman2021-08-181-0/+2
* 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
* Bump doc requirements.Julian Berman2021-08-172-21/+21
* SpellingJulian Berman2021-08-171-1/+1
* Freenode is dead.Julian Berman2021-08-171-3/+3
* 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
* Merge pull request #830 from linuxholic/patch-1Julian Berman2021-08-091-1/+1
|\
| * Update setup.cfg杨鹏2021-08-091-1/+1
|/
* Fix the UUID format.Julian Berman2021-08-061-3/+2
* Merge commit 'f29c81f3d812a0d82428c90f3623dc5fb5331b2c'Julian Berman2021-08-063-0/+45
|\
| * Squashed 'json/' changes from f9acc454..bb2a20d3Julian Berman2021-08-063-0/+45
* | Merge branch 'draft2020-12'Julian Berman2021-08-0416-114/+115
|\ \
| * \ Merge commit '528eb6f3d00e32a0c71a0bb10c1e443d102d5120' into draft2020-12Julian Berman2021-08-041-0/+15
| |\ \ | | |/
| | * Squashed 'json/' changes from fd0aa9f8..f9acc454Julian Berman2021-08-041-0/+15
| * | Fix missing trailing commas.draft2020-12Julian Berman2021-08-0415-110/+92
| * | Tidy the docstring slightly.Julian Berman2021-08-042-4/+8
| * | Merge remote-tracking branch 'anexia-it/draft2020-12'Julian Berman2021-08-0420-59/+1095
| |\ \
* | \ \ Merge remote-tracking branch 'anexia-it/draft2020-12'Julian Berman2021-08-0420-59/+1095
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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-216-129/+93
| * | Julian/jsonschema#782: Extend format testsHarald Nezbeda2021-07-201-0/+19
| * | Julian/jsonschema#782: Resolve meta schema vocabularies from local cacheHarald Nezbeda2021-07-2010-5/+317
| * | 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
| * | Julian/jsonschema#782: Extend implementation of refHarald Nezbeda2021-07-193-11/+52
| * | Julian/jsonschema#782: Implements unevaluatedProperties validationsHarald Nezbeda2021-07-193-2/+82
| * | Julian/jsonschema#782: Implements unevaluatedItems validationsHarald Nezbeda2021-07-194-24/+76
| * | Julian/jsonschema#782: Extend contains with minContains and maxContaints, add...Harald Nezbeda2021-07-193-3/+66
| * | Julian/jsonschema#782: Adapt items to work with prefixItemsHarald Nezbeda2021-07-191-0/+16
| * | Julian/jsonschema#782: Add checks for prefixItems, basic check for unevaluate...Harald Nezbeda2021-07-192-0/+26