main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
280 bytes
|
Line | |
---|
1 | {{# def.definitions }}
|
---|
2 | {{# def.errors }}
|
---|
3 | {{# def.setupKeyword }}
|
---|
4 | {{# def.$data }}
|
---|
5 |
|
---|
6 | {{? !$isData }}
|
---|
7 | var schema{{=$lvl}} = validate.schema{{=$schemaPath}};
|
---|
8 | {{?}}
|
---|
9 | var {{=$valid}} = equal({{=$data}}, schema{{=$lvl}});
|
---|
10 | {{# def.checkError:'const' }}
|
---|
11 | {{? $breakOnError }} else { {{?}}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.