Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    interface NewsArticleLd {
    ย ย ย ย "@context": "https://schema.org";
    ย ย ย ย "@type": "NewsArticle";
    ย ย ย ย headline: string;
    ย ย ย ย description: string;
    ย ย ย ย datePublished: string;
    ย ย ย ย dateModified: string;
    ย ย ย ย inLanguage: string;
    ย ย ย ย url: string;
    ย ย ย ย mainEntityOfPage: string;
    ย ย ย ย author: { "@type": "Organization"; name: string; url: string };
    ย ย ย ย publisher: {
    ย ย ย ย ย ย ย ย "@type": "Organization";
    ย ย ย ย ย ย ย ย name: string;
    ย ย ย ย ย ย ย ย url: string;
    ย ย ย ย ย ย ย ย logo: { "@type": "ImageObject"; url: string };
    ย ย ย ย };
    ย ย ย ย isAccessibleForFree: true;
    ย ย ย ย isPartOf: { "@type": "WebSite"; "@id": string; name: string; url: string };
    ย ย ย ย isBasedOn?: readonly { "@type": "CreativeWork"; url: string; name: string }[];
    ย ย ย ย keywords?: readonly string[];
    ย ย ย ย articleSection?: string;
    }
    Index
    "@context": "https://schema.org"
    "@type": "NewsArticle"
    headline: string
    description: string
    datePublished: string
    dateModified: string
    inLanguage: string
    url: string
    mainEntityOfPage: string
    author: { "@type": "Organization"; name: string; url: string }
    publisher: {
    ย ย ย ย "@type": "Organization";
    ย ย ย ย name: string;
    ย ย ย ย url: string;
    ย ย ย ย logo: { "@type": "ImageObject"; url: string };
    }
    isAccessibleForFree: true
    isPartOf: { "@type": "WebSite"; "@id": string; name: string; url: string }
    isBasedOn?: readonly { "@type": "CreativeWork"; url: string; name: string }[]
    keywords?: readonly string[]

    Optional keyword array, sourced from <meta keywords>.

    articleSection?: string

    Optional topical section (Google news guideline).