Getting started
Metadata
Data Reference Syntax (DRS)
For developers
Validator class.
Bases: object
object
Validation object:
schema (str, dict) : Path to schema or schema dictionary.
Validate metadata against a schema.
metadata ([type]): [description] allow_unknown (bool, optional): [description]. Defaults to True.
bool : True if valid, False otherwise. Errors are stored in errors attribute.
Validation functions.