source: imaps-frontend/node_modules/ajv/lib/dot/const.jst

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{{?}}
9var {{=$valid}} = equal({{=$data}}, schema{{=$lvl}});
10{{# def.checkError:'const' }}
11{{? $breakOnError }} else { {{?}}
Note: See TracBrowser for help on using the repository browser.