mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-16 16:12:23 -06:00
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
{{# def.definitions }}
|
|
{{# def.errors }}
|
|
{{# def.setupKeyword }}
|
|
{{# def.$data }}
|
|
|
|
{{? !$isData }}
|
|
var schema{{=$lvl}} = validate.schema{{=$schemaPath}};
|
|
{{?}}
|
|
var {{=$valid}} = equal({{=$data}}, schema{{=$lvl}});
|
|
{{# def.checkError:'constant' }}
|