/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/missing.def (1194B)
{{## def.checkMissingProperty:_properties: {{~ _properties:$propertyKey:$i }} {{?$i}} || {{?}} {{ var $prop = it.util.getProperty($propertyKey) , $useData = $data + $prop; }} ( ({{# def.noPropertyInData }}) && (missing{{=$lvl}} = {{= it.util.toQuotedString(it.opts.jsonPointers ? $propertyKey : $prop) }}) ) {{~}} #}} {{## def.errorMissingProperty:_error: {{ var $propertyPath = 'missing' + $lvl , $missingProperty = '\' + ' + $propertyPath + ' + \''; if (it.opts._errorDataPathProperty) { it.errorPath = it.opts.jsonPointers ? it.util.getPathExpr($currentErrorPath, $propertyPath, true) : $currentErrorPath + ' + ' + $propertyPath; } }} {{# def.error:_error }} #}} {{## def.allErrorsMissingProperty:_error: {{ var $prop = it.util.getProperty($propertyKey) , $missingProperty = it.util.escapeQuotes($propertyKey) , $useData = $data + $prop; if (it.opts._errorDataPathProperty) { it.errorPath = it.util.getPath($currentErrorPath, $propertyKey, it.opts.jsonPointers); } }} if ({{# def.noPropertyInData }}) { {{# def.addError:_error }} } #}}