update to state of the art
This commit is contained in:
3
node_modules/ajv/lib/dot/definitions.def
generated
vendored
3
node_modules/ajv/lib/dot/definitions.def
generated
vendored
@@ -64,7 +64,8 @@
|
||||
|
||||
{{## def.nonEmptySchema:_schema:
|
||||
(it.opts.strictKeywords
|
||||
? typeof _schema == 'object' && Object.keys(_schema).length > 0
|
||||
? (typeof _schema == 'object' && Object.keys(_schema).length > 0)
|
||||
|| _schema === false
|
||||
: it.util.schemaHasRules(_schema, it.RULES.all))
|
||||
#}}
|
||||
|
||||
|
Reference in New Issue
Block a user