ajv.getSchema {ajv} | R Documentation |
The Ajv.compile method
Description
Create an Ajv validator function from a schema
Usage
ajv.getSchema(this, key)
Arguments
this |
An AJV instance, provided implicitly when called via |
key |
String; the name of the schema to fetch from the Ajv instancd. |
Value
an AJV validation function
[Package ajv version 1.0.0 Index]