Interface StacAssetCandidate

interface StacAssetCandidate {
    assetKey: string;
    collectionId?: string;
    confidence: StacAssetConfidence;
    documentUrl: string;
    evidence: readonly StacAssetClassificationEvidence[];
    href?: string;
    id: string;
    itemId?: string;
    kind?: StacAssetKind;
    mediaType?: string;
    metadata: StacAssetCandidateMetadata;
    objectId: string;
    objectType: StacStaticObjectType;
    provenance: readonly DiscoveryProvenance[];
    roles: readonly string[];
    source?: StacAssetSourceCandidate;
    state: StacAssetCandidateState;
}

Properties

assetKey: string
collectionId?: string
documentUrl: string
evidence: readonly StacAssetClassificationEvidence[]
href?: string

Credential-free HTTP(S) asset URL. Unsafe URLs are redacted and omitted.

id: string
itemId?: string
mediaType?: string
objectId: string
provenance: readonly DiscoveryProvenance[]
roles: readonly string[]

Present only when the classification maps honestly onto an existing adapter/runtime locator.