mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2025-01-08 01:47:28 -08:00
74eb5fa045
- `example/proxy` is new folder for `example_proxy`. - `riven` is new folder for the main riven lib. - Updated metadata to be an array and include HTTP method.
9 lines
322 B
Text
9 lines
322 B
Text
{{# def.definitions }}
|
|
{{# def.setupKeyword }}
|
|
|
|
{{ var $comment = it.util.toQuotedString($schema); }}
|
|
{{? it.opts.$comment === true }}
|
|
console.log({{=$comment}});
|
|
{{?? typeof it.opts.$comment == 'function' }}
|
|
self._opts.$comment({{=$comment}}, {{=it.util.toQuotedString($errSchemaPath)}}, validate.root.schema);
|
|
{{?}}
|