@maschinenlesbar.org/fragdenstaat-cli
    Preparing search index...

    Interface JurisdictionListItem

    A jurisdiction (Bund, a Land, the EU, ...) whose FOI regime governs a request.

    interface JurisdictionListItem {
        description: string;
        id: number;
        last_modified_at: string;
        name: string;
        rank: number;
        region: string | null;
        region_kind: string;
        region_kind_detail: string;
        resource_uri: string;
        site_url: string;
        slug: string;
    }
    Index
    description: string
    id: number
    last_modified_at: string
    name: string
    rank: number
    region: string | null

    Hyperlink to the geo-region resource, or null.

    region_kind: string
    region_kind_detail: string
    resource_uri: string
    site_url: string
    slug: string