data_collections_api.schemas package¶
Submodules¶
data_collections_api.schemas.base module¶
Parsing schema for metadata.
Module contents¶
Module defining different schemas available for use.
- data_collections_api.schemas.get_schema(schema) Schema[source]¶
- data_collections_api.schemas.get_schema(schema: Schema) Schema
- data_collections_api.schemas.get_schema(schema: str) Schema
Get schema.
- Parameters:
- schemaSchema | str
Schema to get.
- Returns:
- Schema
Desired schema.
- Raises:
- NotImplementedError
Passed an invalid type.
Examples
>>> get_schema(base_schema) >>> get_schema("default")