Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    interface NewsArticleLdInput {
    ย ย ย ย headline: string;
    ย ย ย ย description: string;
    ย ย ย ย datePublished: string;
    ย ย ย ย dateModified: string;
    ย ย ย ย inLanguage: string;
    ย ย ย ย url: string;
    ย ย ย ย isBasedOn?: readonly { url: string; name: string }[];
    ย ย ย ย keywords?: string;
    ย ย ย ย articleSection?: string;
    }
    Index
    headline: string
    description: string
    datePublished: string
    dateModified: string
    inLanguage: string
    url: string
    isBasedOn?: readonly { url: string; name: string }[]
    keywords?: string

    Comma-separated keyword string (the same value emitted in the page's <meta keywords>). When supplied, the JSON-LD keywords array mirrors it โ€” see Schema.org NewsArticle.keywords and Google's structured-data guidelines for news. Empty/whitespace strings are skipped so JSON-LD never ships "keywords": [].

    articleSection?: string

    Topical section label (e.g. Propositions, Committee Reports). Maps to NewsArticle.articleSection. Empty/whitespace strings are skipped.