ajv.getSchema {ajv} | R Documentation |
Create an Ajv validator function from a schema
ajv.getSchema(this, key)
this |
An AJV instance, provided implicitly when called via |
key |
String; the name of the schema to fetch from the Ajv instancd. |
an AJV validation function