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.
13 lines
353 B
13 lines
353 B
3 years ago
|
{{# def.definitions }}
|
||
|
{{# def.errors }}
|
||
|
{{# def.setupKeyword }}
|
||
|
{{# def.$data }}
|
||
|
|
||
|
{{# def.numberKeyword }}
|
||
|
|
||
|
{{ var $op = $keyword == 'maxItems' ? '>' : '<'; }}
|
||
|
if ({{# def.$dataNotType:'number' }} {{=$data}}.length {{=$op}} {{=$schemaValue}}) {
|
||
|
{{ var $errorKeyword = $keyword; }}
|
||
|
{{# def.error:'_limitItems' }}
|
||
|
} {{? $breakOnError }} else { {{?}}
|