Description Usage Arguments Value See Also Examples
The remove a schema from an Ajv instance
| 1 | 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
| 1 2 3 4 5 | ## Not run: 
my_ajv_instance = Ajv()
my_ajv_instance$removeSchema
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.