ajv.compile {ajv} | R Documentation |
The Ajv.compile method
Description
Create an Ajv validator function from a schema
Usage
ajv.compile(this, schema)
Arguments
this |
An AJV instance, provided implicitly when called via |
schema |
The Schema with which to validate the |
Value
an AJV validation function
[Package ajv version 1.0.0 Index]