Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    A single entry in the data catalog.

    interface CatalogEntry {
    ย ย ย ย id: string;
    ย ย ย ย type: string;
    ย ย ย ย path: string;
    ย ย ย ย analysisPath: string;
    ย ย ย ย hasAnalysis: boolean;
    ย ย ย ย sizeBytes: number;
    ย ย ย ย meta: Record<string, unknown>;
    }
    Index
    id: string
    type: string
    path: string
    analysisPath: string
    hasAnalysis: boolean
    sizeBytes: number
    meta: Record<string, unknown>