EU Parliament Monitor — API Documentation - v0.9.0
    Preparing search index...

    Structured data (JSON-LD) payload shape shared across page types. Each generator builds its own specialization but the base fields are common.

    interface BaseJsonLd {
        "@context": "https://schema.org";
        "@type": string;
        name: string;
        url: string;
        inLanguage: string;
    }
    Index

    Properties

    "@context": "https://schema.org"
    "@type": string
    name: string
    url: string
    inLanguage: string