ajv.removeSchema {ajv} | R Documentation |
The remove a schema from an Ajv instance
ajv.removeSchema(this, key)
this |
An AJV instance, provided implicitly when called via |
key |
String; the name with schema to remove |
invisible(NULL)
Other AJV.Instance.Methods: ajv.addFormat
,
ajv.addKeyword
,
ajv.addSchema
,
ajv.errorsText
, ajv.keyword
,
ajv.validateSchema
,
ajv.validate
## Not run:
my_ajv_instance = Ajv()
my_ajv_instance$removeSchema
## End(Not run)