ajv/lib/dot
Evgeny Poberezkin 1d84987baa Merge ssh://github.com/nimerritt/ajv into nimerritt-master 2017-02-10 19:59:27 +00:00
..
_limit.jst feat: support numeric exclusiveMaximum/Minimum with $data, #367 2016-12-29 19:44:08 +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 fix: allOf with empty schemas failing compilation, fixes #381 2016-12-24 23:42:36 +00:00
anyOf.jst refactor: clean up keyword templates 2016-12-23 22:02:41 +00:00
coerce.def feat: support custom keywords that modify data, #392 2017-01-20 22:03:36 +00:00
const.jst refactor: move const keyword to rules (as standard keyword) 2016-12-25 20:42:54 +00:00
contains.jst refactor: contains implemented as a standard keyword, #367 2016-12-30 17:44:18 +00:00
custom.jst fix: custom keywords with $data option validate as valid if their value (in data) is undefined 2017-02-05 17:40:39 +00: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 Merge ssh://github.com/nimerritt/ajv into nimerritt-master 2017-02-10 19:59:27 +00:00
dependencies.jst feat: support dependencies keyword with empty array of required properties, #367 2016-12-24 16:21:34 +00:00
enum.jst refactor: clean up keyword templates 2016-12-23 22:02:41 +00:00
errors.def refactor: contains implemented as a standard keyword, #367 2016-12-30 17:44:18 +00:00
format.jst Merge ssh://github.com/nimerritt/ajv into nimerritt-master 2017-02-10 19:59:27 +00:00
items.jst refactor: contains implemented as a standard keyword, #367 2016-12-30 17:44:18 +00: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 refactor: clean up keyword templates 2016-12-23 22:02:41 +00:00
oneOf.jst refactor: clean up keyword templates 2016-12-23 22:02:41 +00:00
pattern.jst refactored schema compilation to reduce browser bundle size 2015-12-23 01:50:11 +00:00
properties.jst Merge branch 'master' into 5.0.0 2016-12-23 22:18:36 +00:00
propertyNames.jst feat: draft6 propertyName keyword (standard, inline) 2016-12-23 23:45:48 +00:00
ref.jst feat: async validation promise resolves with data in case of success, closes #377 2016-12-25 20:24:36 +00:00
required.jst refactor: clean up keyword templates 2016-12-23 22:02:41 +00:00
uniqueItems.jst support $data ref in uniqueItems, #81 2015-12-24 18:58:15 +00:00
validate.jst feat: add schema id (URI) as a comment to generated code 2017-01-07 12:49:48 +00:00