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

    Interface CuratedEndpoint

    An OParl endpoint the dev.oparl.org registry lacks, kept in the curated list.

    interface CuratedEndpoint {
        bodyCount: number | null;
        checked: string;
        note: string | null;
        oparlVersion: string | null;
        problem: string | null;
        systemName: string | null;
        title: string;
        url: string;
        vendor: string | null;
        working: boolean;
    }
    Index
    bodyCount: number | null
    checked: string

    The day of the last live check (YYYY-MM-DD).

    note: string | null
    oparlVersion: string | null
    problem: string | null
    systemName: string | null
    title: string
    url: string

    The System URL.

    vendor: string | null
    working: boolean