Validates a JSON schema against the JSON schema specification
validate_schema.Rd
Sources for the schema definitions can be found here:
Usage
validate_schema(
schema,
version = c("draft202012", "draft201909", "draft07", "draft06", "draft04"),
...
)
Arguments
- schema
A JSON schema
- version
The version of the JSON schema specification to use
- ...
Additional arguments passed to
validate()