ajv.validateSchema {ajv} | R Documentation |
A wrapper for the Ajv.validateSchema method
Description
The validate a json schema
Usage
ajv.validateSchema(this, schema)
Arguments
this |
An AJV instance, provided implicitly when called via |
schema |
The Schema to be validated.
|
Value
boolean
See Also
Other AJV.Instance.Methods: ajv.addFormat
,
ajv.addKeyword
,
ajv.addSchema
,
ajv.errorsText
, ajv.keyword
,
ajv.removeSchema
,
ajv.validate
Examples
## Not run:
my_ajv_instance = Ajv()
my_ajv_instance$validateSchema
## End(Not run)
[Package ajv version 1.0.0 Index]