Interface StacAssetCandidateMetadata

interface StacAssetCandidateMetadata {
    attribution?: string;
    crs?: readonly string[];
    datetime?: string;
    endDatetime?: string;
    extent?: ConnectDiscoveryExtent;
    license?: string;
    startDatetime?: string;
}

Properties

attribution?: string
crs?: readonly string[]
datetime?: string
endDatetime?: string
extent?: ConnectDiscoveryExtent
license?: string
startDatetime?: string