summaryrefslogtreecommitdiff
path: root/jsonschema/_validators.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Pass the additionalItems tests.Julian Berman2017-10-291-1/+1
* Address review comments.Itamar Turner-Trauring2017-01-261-3/+6
* Better error message for additionalProperties: false when there are patternPr...Itamar Turner-Trauring2017-01-261-2/+12
* More style fun.Julian Berman2016-11-271-1/+1
* Revert "Made required_draft4 more robust when used with Draft3"Julian Berman2016-10-091-5/+0
* Made required_draft4 more robust when used with Draft3William Speirs2016-09-271-0/+5
* Fix formatting error for unique items if instance is tuple.Igor Davydenko2015-05-081-1/+1
* Need to preserve backwards compat for RefResolvers without the new methods.Julian Berman2015-03-211-7/+13
* Remove context manager from ref() validation.Daniel Nephin2015-03-011-1/+6
* Improve mutlipleOf validator with floating point value.Vincent Pelletier2014-12-291-5/+2
* Closes maximum issue which wasn't an issue.Sebastian Mika2014-09-231-4/+4
* All tests pass when adding `float()` conversion on `instance` and `maximum` a...Sebastian Mika2014-09-231-4/+4
* Add in float(instance) in maximum validatorSebastian Mika2014-09-231-2/+2
* No idea why this call to float was here.Julian Berman2014-06-011-2/+2
* Don't floatify the instance in minimum/maximum messages.Julian Berman2013-12-261-6/+4
* Minor formatting.Julian Berman2013-12-221-3/+3
* Format can apply to instances of any type.Julian Berman2013-10-281-4/+1
* This allows defining custom typesJohn Anderson2013-10-171-1/+1
* Cleanups to last commitChase Sterling2013-08-251-2/+2
* Fix error paths when additionalItems is used with items keyword. fix #122Chase Sterling2013-08-241-2/+3
* Line length.Julian Berman2013-07-281-1/+3
* Changed wording for minProperties and maxPropertiesAndrewSC2013-07-231-2/+2
* fixing messageAndrewSC2013-07-231-1/+1