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

    Interface OparlSystem

    The entry point of an OParl server.

    interface OparlSystem {
        body: string;
        id: string;
        oparlVersion: string;
        type: string;
        [key: string]: JsonValue;
    }

    Hierarchy (View Summary)

    Indexable

    Index
    body: string

    URL of the list of bodies (Körperschaften) on this server.

    id: string
    oparlVersion: string

    OParl version URI, e.g. "https://schema.oparl.org/1.1/".

    type: string