ajv/lib/dot
Evgeny Poberezkin 5a80c7cff6
feat: support meta-schema validation in custom keywords with $data support, #146
2016-07-22 14:25:41 +01:00
..
v5 refactor, bump version 2016-05-27 21:21:11 +01:00
_limit.jst NaN validation, closes #182 2016-05-16 22:05:08 +01: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 fix incorrect change of resolution scope when sibling subschema has id in allOf, oneOf, anyOf and dependencies keywords, issue #170 2016-04-23 17:00:32 +01:00
anyOf.jst fix incorrect change of resolution scope when sibling subschema has id in allOf, oneOf, anyOf and dependencies keywords, issue #170 2016-04-23 17:00:32 +01:00
coerce.def fix type coercion for multiple items/properties; closes #152 2016-03-25 20:13:39 +00:00
custom.jst feat: support meta-schema validation in custom keywords with $data support, #146 2016-07-22 14:25:41 +01:00
defaults.def useDefaults: use literals (deep-clone) of defaults unless useDefaults: "shared" is passed, #151, #136 2016-03-24 23:27:13 +00:00
definitions.def refactor: remove parallel ifs from def.$data partial 2016-07-18 22:27:17 +01:00
dependencies.jst fix incorrect change of resolution scope when sibling subschema has id in allOf, oneOf, anyOf and dependencies keywords, issue #170 2016-04-23 17:00:32 +01:00
enum.jst safe access with guards to $data ref 2015-12-25 22:36:23 +00:00
errors.def Android 4 compatibility, #143 2016-04-18 21:15:38 +01:00
format.jst transpiling async validation functions from es7 with nodent 2016-01-28 12:31:20 +00:00
items.jst fix incorrect change of resolution scope when sibling schema has id, closes #170 2016-04-23 14:56:16 +01:00
missing.def property dependencies in allErrors mode create error for each missing dependency; #151, closes 73 2016-04-15 22:10:30 +01: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 fix incorrect change of resolution scope when sibling subschema has id in allOf, oneOf, anyOf and dependencies keywords, issue #170 2016-04-23 17:00:32 +01:00
pattern.jst refactored schema compilation to reduce browser bundle size 2015-12-23 01:50:11 +00:00
properties.jst refactor, bump version 2016-05-27 21:21:11 +01:00
ref.jst rename property "async" of asynchronous validation function to "$async" for meteor compatibility, #151, #159 2016-04-10 20:17:06 +01:00
required.jst property dependencies in allErrors mode create error for each missing dependency; #151, closes 73 2016-04-15 22:10:30 +01:00
uniqueItems.jst support $data ref in uniqueItems, #81 2015-12-24 18:58:15 +00:00
validate.jst refactor: convert custom.def partial into custom.jst function (for better encapsulation) 2016-07-18 22:14:02 +01:00