Sha256: 9088649b815a5ef437e605b1c2c6a990db8e9630b640194c187e864b9c1c02b7
Contents?: true
Size: 1.56 KB
Versions: 53
Compression:
Stored size: 1.56 KB
Contents
{{# def.definitions }} {{# def.errors }} {{# def.missing }} {{# def.setupKeyword }} {{# def.setupNextLevel }} {{ var $schemaDeps = {} , $propertyDeps = {}; for ($property in $schema) { 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]; }} if ({{=$data}}{{= it.util.getProperty($property) }} !== undefined {{? $breakOnError }} && ({{# def.checkMissingProperty:$deps }})) { {{# def.errorMissingProperty:'dependencies' }} {{??}} ) { {{~ $deps:$reqProperty }} {{# 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 ({{=$data}}{{= it.util.getProperty($property) }} !== undefined) { {{ $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) { {{?}} {{# def.cleanUp }}
Version data entries
53 entries across 53 versions & 7 rubygems