Learn R Programming

ajv (version 1.0.0)

ajv.removeSchema: A wrapper for the Ajv.removeSchema method

Description

The remove a schema from an Ajv instance

Usage

ajv.removeSchema(this, key)

Arguments

this
An AJV instance, provided implicitly when called via my_instance$removeSchema(...)
key
String; the name with schema to remove

Value

invisible(NULL)

See Also

Other AJV.Instance.Methods: ajv.addFormat, ajv.addKeyword, ajv.addSchema, ajv.errorsText, ajv.keyword, ajv.validateSchema, ajv.validate

Examples

Run this code
## Not run: ------------------------------------
# my_ajv_instance = Ajv()
# my_ajv_instance$removeSchema
## ---------------------------------------------

Run the code above in your browser using DataLab