ajv/lib/dot
Evgeny Poberezkin 53a6c70138 asynchronous custom keywords can define custom errors by returning the promise that rejects with Ajv.ValidationError, closes #118 2016-02-28 22:14:18 +00:00
..
v5 patternRequired keyword (v5 proposal), closes #123 2016-02-27 22:36:11 +00:00
_limit.jst safe access with guards to $data ref 2015-12-25 22:36:23 +00:00
_limitItems.jst refactored schema compilation to reduce browser bundle size 2015-12-23 01:50:11 +00:00
_limitLength.jst refactored schema compilation to reduce browser bundle size 2015-12-23 01:50:11 +00:00
_limitProperties.jst refactored schema compilation to reduce browser bundle size 2015-12-23 01:50:11 +00:00
allOf.jst refactor keywords with common code 2015-12-22 17:03:09 +00:00
anyOf.jst refactor keywords with common code 2015-12-22 17:03:09 +00:00
coerce.def coerce type when schema is in ref that is not inlined, #95 2016-01-17 14:08:50 +00:00
custom.def asynchronous custom keywords can define custom errors by returning the promise that rejects with Ajv.ValidationError, closes #118 2016-02-28 22:14:18 +00:00
defaults.def refactored "default" to correctly validate minProperties, minItems, etc. when defaults are present, closes #42 2016-01-09 13:28:40 +00:00
definitions.def passContext option; pass parent data to custom keyword functions 2016-02-16 00:15:20 +00:00
dependencies.jst fixed bug in dependencies keyword, closes #94 2015-12-30 23:04:14 +00:00
enum.jst safe access with guards to $data ref 2015-12-25 22:36:23 +00:00
errors.def patternRequired keyword (v5 proposal), closes #123 2016-02-27 22:36:11 +00:00
format.jst transpiling async validation functions from es7 with nodent 2016-01-28 12:31:20 +00:00
items.jst coerceTypes option, #95 2016-01-17 01:05:06 +00:00
missing.def "dependencies" with option errorDataPath = "property" sets dataPath to missing property, error params has missingProperty, #68, #69 2015-11-21 12:43:44 +00:00
multipleOf.jst option multipleOfPrecision, closes #84 2016-01-02 17:16:01 +00:00
not.jst optimised "not" keyword in {allErrors: true} mode to fail on the first error in subschema, closes #131 2016-02-27 23:01:03 +00:00
oneOf.jst refactor keywords with common code 2015-12-22 17:03:09 +00:00
pattern.jst refactored schema compilation to reduce browser bundle size 2015-12-23 01:50:11 +00:00
properties.jst coerceTypes option, #95 2016-01-17 01:05:06 +00:00
ref.jst test for passContext option 2016-02-16 10:12:32 +00:00
required.jst refactored "default" to correctly validate minProperties, minItems, etc. when defaults are present, closes #42 2016-01-09 13:28:40 +00:00
uniqueItems.jst support $data ref in uniqueItems, #81 2015-12-24 18:58:15 +00:00
validate.jst alvays pass parent data and current data property when referenced schema called as a function (previously was passed only with option coerceTypes) 2016-02-12 23:08:28 +00:00