summaryrefslogtreecommitdiff
path: root/jsonschema/_validators.py
Commit message (Expand)AuthorAgeFilesLines
* Fix missing trailing commas.draft2020-12Julian Berman2021-08-041-18/+18
* Julian/jsonschema#782: Code clenaup, fixes validation messagesHarald Nezbeda2021-07-211-45/+26
* 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-201-2/+12
* Julian/jsonschema#782: Adapt validator test for draft2020-12, fixes code stylesHarald Nezbeda2021-07-201-22/+34
* Julian/jsonschema#782: Load dependencies from legacy validatorsHarald Nezbeda2021-07-201-24/+0
* Julian/jsonschema#782: Implements dynamicRef validationsHarald Nezbeda2021-07-201-0/+19
* Julian/jsonschema#782: Implements defs validationsHarald Nezbeda2021-07-191-0/+15
* Julian/jsonschema#782: Extend implementation of refHarald Nezbeda2021-07-191-4/+0
* Julian/jsonschema#782: Implements unevaluatedProperties validationsHarald Nezbeda2021-07-191-1/+22
* Julian/jsonschema#782: Implements unevaluatedItems validationsHarald Nezbeda2021-07-191-22/+16
* Julian/jsonschema#782: Extend contains with minContains and maxContaints, add...Harald Nezbeda2021-07-191-1/+54
* 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-191-0/+24
* Julian/jsonschema#782: Add dependentRequired and dependentSchemas validationHarald Nezbeda2021-07-191-0/+38
* Vanilla flake8.Julian Berman2020-10-201-7/+9
* Handle multipleOf overflowZac-HD2020-10-051-1/+13
* Kill jsonschema.compat as well.Julian Berman2020-08-051-5/+4
* Revert "Respect ECMA regex syntax for schemas."v3.1.1Julian Berman2019-10-091-3/+3
* Use JS regex syntaxZac Hatfield-Dodds2019-10-071-3/+3
* And now fix enum.Julian Berman2019-08-011-1/+6
* Unskip and fix the const-related compare bug.Julian Berman2019-08-011-8/+15
* Split out dependencies for draft 3.Julian Berman2019-01-141-14/+6
* Here's an easy way out of this one.Julian Berman2019-01-131-11/+5
* And tests for the same for if/then/else.Julian Berman2019-01-111-3/+2
* Fix the error properties for propertyNames.Julian Berman2019-01-111-1/+0
* Get these out of the way.Julian Berman2019-01-111-157/+0
* Dead.Julian Berman2018-10-011-12/+2
* If/Then/Else.draft7Julian Berman2018-09-301-0/+13
* More suffix killin'.Julian Berman2018-09-291-2/+2
* Make draft3's any type not be special cased.Julian Berman2018-09-031-2/+0
* These are here to stay.Julian Berman2018-08-191-5/+5
* Nope, seems unlikely.Julian Berman2018-08-011-0/+12
* Handled a level up now.Julian Berman2018-08-011-12/+0
* Fix the contains error message.v3.0.0a1Julian Berman2018-06-031-1/+1
* Fix the const error message.Julian Berman2018-05-151-3/+1
* Pass the propertyNames test properly now.Julian Berman2017-10-291-0/+3
* FineJulian Berman2017-10-291-6/+6
* propertyNamesJulian Berman2017-10-291-0/+10
* oneOfJulian Berman2017-10-291-0/+28
* minPropertiesJulian Berman2017-10-291-1/+1
* maxPropertiesJulian Berman2017-10-291-1/+1
* itemsJulian Berman2017-10-291-0/+21
* dependenciesJulian Berman2017-10-291-0/+5
* containsJulian Berman2017-10-291-0/+10
* ConstJulian Berman2017-10-291-0/+7
* bignumJulian Berman2017-10-291-2/+46
* anyOfJulian Berman2017-10-291-0/+18
* allOfJulian Berman2017-10-291-4/+14
* And the additionalProperties tests.Julian Berman2017-10-291-1/+1