Slot: assets¶
Asset map keyed by arbitrary string (features, thumbnail, overview, source-<id>, scene-thumbnail-<id>). Open-record per Research R-002 — modelled as range: Any here because the STAC wire format is a dict, not a list. The generator post-processor rewrites this to dict[str, StacAsset] (Pydantic) and Record<string, StacAsset> (TypeScript).
URI: debrief:slot/assets Alias: assets
Applicable Classes¶
| Name | Description | Modifies Slot |
|---|---|---|
| StacItem | A STAC 1 | no |
Properties¶
-
Range: Any
-
Required: True
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://debrief.info/schemas/debrief
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | debrief:assets |
| native | debrief:assets |
LinkML Source¶
name: assets
description: 'Asset map keyed by arbitrary string (`features`, `thumbnail`, `overview`,
`source-<id>`, `scene-thumbnail-<id>`). Open-record per Research R-002 — modelled
as `range: Any` here because the STAC wire format is a dict, not a list. The generator
post-processor rewrites this to `dict[str, StacAsset]` (Pydantic) and `Record<string,
StacAsset>` (TypeScript).'
from_schema: https://debrief.info/schemas/debrief
rank: 1000
alias: assets
owner: StacItem
domain_of:
- StacItem
range: Any
required: true