ajv/lib/dot
Vitaliy Filippov b9369ed663 Do not coerce nulls to strings and numbers without explicit option 2019-10-24 20:24:20 +03:00
..
_limit.jst fix: error messages for exclusiveMaximum/Minimum wint $data, closes #722 2018-03-03 13:41:50 +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 fix: improve error reporting from oneOf keyword, closes #427 2017-02-25 21:16:55 +00:00
coerce.def Do not coerce nulls to strings and numbers without explicit option 2019-10-24 20:24:20 +03:00
comment.jst feat: option $comment, closes #609 2017-11-10 21:41:27 +00:00
const.jst refactor: move const keyword to rules (as standard keyword) 2016-12-25 20:42:54 +00:00
contains.jst fix: add var 2017-05-25 21:35:58 +01:00
custom.jst refactor: remove compilation of async schemas to generator functions, closes #585 2017-11-05 21:14:31 +00:00
defaults.def refactor: strictDefaults option 2019-03-03 10:54:16 +00:00
definitions.def fix: the unknown keyword in the schema without known keywords inside compound schema (e.g. anyOf) is ignored with strictKeywords option 2019-07-13 21:38:44 +01:00
dependencies.jst fix: support schema dependencies with ownProperties option, #197 2017-02-12 00:36:14 +00:00
enum.jst refactor: clean up keyword templates 2016-12-23 22:02:41 +00:00
errors.def Fixes grammar 2018-09-21 15:56:02 -07:00
format.jst Merge branch 'master' into beta 2017-11-24 21:18:06 +00:00
if.jst fix: "default" should work inside "then" and "else", closes #635 2017-11-24 22:33:28 +00:00
items.jst refactor: contains implemented as a standard keyword, #367 2016-12-30 17:44:18 +00:00
missing.def fix: ownProperties option with required keyword, #197 2017-02-11 23:44:59 +00: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 feat: improve oneOf error reporting, #573 2017-10-29 20:51:08 +00:00
pattern.jst refactored schema compilation to reduce browser bundle size 2015-12-23 01:50:11 +00:00
properties.jst fix: option v5 used instead of $data 2018-03-24 22:35:35 +00:00
propertyNames.jst fix: propertyNames with empty schema, closes #861 2018-09-23 11:33:11 +01:00
ref.jst fix: recursive ref to async sub-schema, closes #612 2017-12-02 10:24:27 +00:00
required.jst fix: support required with $data/many properties with ownProperties option, #197 2017-02-12 17:58:18 +00:00
uniqueItems.jst fix: uniqueItems when item type is array of types, closes #727 2018-03-03 10:35:40 +00:00
validate.jst refactor: strictDefaults option 2019-03-03 10:54:16 +00:00