mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
504 B
26 lines
504 B
{{# def.definitions }}
|
|
{{# def.errors }}
|
|
{{# def.setupKeyword }}
|
|
{{# def.setupNextLevel }}
|
|
|
|
{{ var $currentBaseId = $it.baseId; }}
|
|
|
|
{{~ $schema:$sch:$i }}
|
|
{{? {{# def.nonEmptySchema:$sch }} }}
|
|
{{
|
|
$it.schema = $sch;
|
|
$it.schemaPath = $schemaPath + '[' + $i + ']';
|
|
$it.errSchemaPath = $errSchemaPath + '/' + $i;
|
|
}}
|
|
|
|
{{# def.insertSubschemaCode }}
|
|
|
|
{{# def.ifResultValid }}
|
|
{{?}}
|
|
{{~}}
|
|
|
|
{{? $breakOnError }}
|
|
{{= $closingBraces.slice(0,-1) }}
|
|
{{?}}
|
|
|
|
{{# def.cleanUp }}
|
|
|