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.
44 lines
922 B
44 lines
922 B
{{# def.definitions }} |
|
{{# def.errors }} |
|
{{# def.setupKeyword }} |
|
{{# def.setupNextLevel }} |
|
|
|
var {{=$errs}} = errors; |
|
var prevValid{{=$lvl}} = false; |
|
var {{=$valid}} = false; |
|
|
|
{{ var $currentBaseId = $it.baseId; }} |
|
{{# def.setCompositeRule }} |
|
|
|
{{~ $schema:$sch:$i }} |
|
{{? {{# def.nonEmptySchema:$sch }} }} |
|
{{ |
|
$it.schema = $sch; |
|
$it.schemaPath = $schemaPath + '[' + $i + ']'; |
|
$it.errSchemaPath = $errSchemaPath + '/' + $i; |
|
}} |
|
|
|
{{# def.insertSubschemaCode }} |
|
{{??}} |
|
var {{=$nextValid}} = true; |
|
{{?}} |
|
|
|
{{? $i }} |
|
if ({{=$nextValid}} && prevValid{{=$lvl}}) |
|
{{=$valid}} = false; |
|
else { |
|
{{ $closingBraces += '}'; }} |
|
{{?}} |
|
|
|
if ({{=$nextValid}}) {{=$valid}} = prevValid{{=$lvl}} = true; |
|
{{~}} |
|
|
|
{{# def.resetCompositeRule }} |
|
|
|
{{= $closingBraces }} |
|
|
|
if (!{{=$valid}}) { |
|
{{# def.extraError:'oneOf' }} |
|
} else { |
|
{{# def.resetErrors }} |
|
{{? it.opts.allErrors }} } {{?}}
|
|
|