/var/www/flurhymez/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/flurhymez/node_modules/ajv/lib/dot/if.jst (1618B)
{{# def.definitions }} {{# def.errors }} {{# def.setupKeyword }} {{# def.setupNextLevel }} {{## def.validateIfClause:_clause: {{ $it.schema = it.schema['_clause']; $it.schemaPath = it.schemaPath + '._clause'; $it.errSchemaPath = it.errSchemaPath + '/_clause'; }} {{# def.insertSubschemaCode }} {{=$valid}} = {{=$nextValid}}; {{? $thenPresent && $elsePresent }} {{ $ifClause = 'ifClause' + $lvl; }} var {{=$ifClause}} = '_clause'; {{??}} {{ $ifClause = '\'_clause\''; }} {{?}} #}} {{ var $thenSch = it.schema['then'] , $elseSch = it.schema['else'] , $thenPresent = $thenSch !== undefined && {{# def.nonEmptySchema:$thenSch }} , $elsePresent = $elseSch !== undefined && {{# def.nonEmptySchema:$elseSch }} , $currentBaseId = $it.baseId; }} {{? $thenPresent || $elsePresent }} {{ var $ifClause; $it.createErrors = false; $it.schema = $schema; $it.schemaPath = $schemaPath; $it.errSchemaPath = $errSchemaPath; }} var {{=$errs}} = errors; var {{=$valid}} = true; {{# def.setCompositeRule }} {{# def.insertSubschemaCode }} {{ $it.createErrors = true; }} {{# def.resetErrors }} {{# def.resetCompositeRule }} {{? $thenPresent }} if ({{=$nextValid}}) { {{# def.validateIfClause:then }} } {{? $elsePresent }} else { {{?}} {{??}} if (!{{=$nextValid}}) { {{?}} {{? $elsePresent }} {{# def.validateIfClause:else }} } {{?}} if (!{{=$valid}}) { {{# def.extraError:'if' }} } {{? $breakOnError }} else { {{?}} {{??}} {{? $breakOnError }} if (true) { {{?}} {{?}}