Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface RiksdagDocument

    A riksdag document returned from the MCP server

    interface RiksdagDocument {
        dok_id?: string;
        dokumentnamn?: string;
        id?: string;
        titel?: string;
        rubrik?: string;
        doktyp?: string;
        type?: string;
        subtype?: string;
        subtyp?: string;
        organ?: string;
        datum?: string;
        summary?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    dok_id?: string
    dokumentnamn?: string
    id?: string
    titel?: string
    rubrik?: string
    doktyp?: string

    Raw Swedish document-type code from the API (e.g. 'mot', 'bet', 'prop', 'skr', 'ip', 'fr')

    type?: string

    Normalized human-readable document type (e.g. 'motion', 'committee-report', 'proposition')

    subtype?: string

    Normalized human-readable document sub-type (mirrors API 'subtyp' field)

    subtyp?: string

    Raw sub-type code from the API

    organ?: string
    datum?: string
    summary?: string