asldro.validators.schemas package

Submodules

asldro.validators.schemas.index module

Index of the JSON schema files

asldro.validators.schemas.index.load_schemas()

Return all of the schemas in this directory in a dictionary where the keys are the filename (without the .json extension) and the values are the JSON schemas (in dictionary format) :raises jsonschema.exceptions.SchemaError if any of the JSON files in this directory are not valid (Draft 7) JSON schemas

Module contents