/var/www/cobraambalaj/node_modules/ajv/lib/dot
NameSizeModeActions
allOf.jst6090644editdlrm
anyOf.jst9210644editdlrm
coerce.def19790644editdlrm
comment.jst3220644editdlrm
const.jst2800644editdlrm
contains.jst11880644editdlrm
custom.jst49450644editdlrm
defaults.def12850644editdlrm
definitions.def40220644editdlrm
dependencies.jst18680644editdlrm
enum.jst5520644editdlrm
errors.def82820644editdlrm
format.jst31360644editdlrm
if.jst16180644editdlrm
items.jst26100644editdlrm
missing.def11940644editdlrm
multipleOf.jst6440644editdlrm
not.jst8610644editdlrm
oneOf.jst11500644editdlrm
pattern.jst3480644editdlrm
properties.jst77250644editdlrm
propertyNames.jst12840644editdlrm
ref.jst24540644editdlrm
required.jst28680644editdlrm
uniqueItems.jst16960644editdlrm
validate.jst77170644editdlrm
_limit.jst39320644editdlrm
_limitItems.jst3530644editdlrm
_limitLength.jst3580644editdlrm
_limitProperties.jst3760644editdlrm
Edit: /var/www/cobraambalaj/node_modules/ajv/lib/dot/dependencies.jst (1868B)
{{# def.definitions }} {{# def.errors }} {{# def.missing }} {{# def.setupKeyword }} {{# def.setupNextLevel }} {{## def.propertyInData: {{=$data}}{{= it.util.getProperty($property) }} !== undefined {{? $ownProperties }} && Object.prototype.hasOwnProperty.call({{=$data}}, '{{=it.util.escapeQuotes($property)}}') {{?}} #}} {{ var $schemaDeps = {} , $propertyDeps = {} , $ownProperties = it.opts.ownProperties; for ($property in $schema) { if ($property == '__proto__') continue; var $sch = $schema[$property]; var $deps = Array.isArray($sch) ? $propertyDeps : $schemaDeps; $deps[$property] = $sch; } }} var {{=$errs}} = errors; {{ var $currentErrorPath = it.errorPath; }} var missing{{=$lvl}}; {{ for (var $property in $propertyDeps) { }} {{ $deps = $propertyDeps[$property]; }} {{? $deps.length }} if ({{# def.propertyInData }} {{? $breakOnError }} && ({{# def.checkMissingProperty:$deps }})) { {{# def.errorMissingProperty:'dependencies' }} {{??}} ) { {{~ $deps:$propertyKey }} {{# def.allErrorsMissingProperty:'dependencies' }} {{~}} {{?}} } {{# def.elseIfValid }} {{?}} {{ } }} {{ it.errorPath = $currentErrorPath; var $currentBaseId = $it.baseId; }} {{ for (var $property in $schemaDeps) { }} {{ var $sch = $schemaDeps[$property]; }} {{? {{# def.nonEmptySchema:$sch }} }} {{=$nextValid}} = true; if ({{# def.propertyInData }}) { {{ $it.schema = $sch; $it.schemaPath = $schemaPath + it.util.getProperty($property); $it.errSchemaPath = $errSchemaPath + '/' + it.util.escapeFragment($property); }} {{# def.insertSubschemaCode }} } {{# def.ifResultValid }} {{?}} {{ } }} {{? $breakOnError }} {{= $closingBraces }} if ({{=$errs}} == errors) { {{?}}