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

Description Usage Arguments Value See Also Examples

View source: R/ajv_methods.R

Description

The remove a schema from an Ajv instance

Usage

1
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

1
2
3
4
5
## Not run: 
my_ajv_instance = Ajv()
my_ajv_instance$removeSchema

## End(Not run)

Example output

function (...) 
ajv.removeSchema(x, ...)
<bytecode: 0x558f4b011240>
<environment: 0x558f4b011c88>

ajv documentation built on May 2, 2019, 2:11 p.m.