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

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • 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.