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

    Interface RegistryCheck

    The result of a live check of a registry entry, keyed by its System URL.

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

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

    note: string | null
    oparlVersion?: string | null

    What the check read from the endpoint's System. The registry's own cached System is rarely refreshed and missing for some endpoints, so these values are preferred over it; null (or absent) means the check has nothing newer to say and the registry's value stands.

    problem: string | null
    replacedBy: string | null
    systemName?: string | null
    url: string
    vendor?: string | null
    working: boolean