get_collection_schema
Retrieve complete metadata schema for OpenLandMap environmental datasets, including asset definitions, spatial-temporal extent, and related documentation links.
Instructions
Return the full schema of a collection including asset definitions.
Provides complete metadata: asset types with MIME types and roles, STAC extensions, spatial/temporal extent, contact info, style URLs, related links (DOI, documentation, thumbnail).
Args: collection_id: Collection identifier (e.g. 'organic.carbon_usda.6a1c'). Use list_collections() to discover available IDs.
Returns: CollectionSchema dict with all metadata fields.
Example: get_collection_schema("organic.carbon_usda.6a1c")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes |