lcdata.schema.verify_schema

lcdata.schema.verify_schema(schema)

Verify a schema

Parameters

schema (dict[dict]) – Schema to verify. See schema.py for details.

Raises

ValueError – For any noncomplient schemas. The error message will describe what part of the schema is invalid.