@maschinenlesbar.org/fit-connect-cli
    Preparing search index...

    Interface Route

    A single routing result — one FIT-Connect Zustellpunkt (delivery point) — with technical addressing (destinationId + destinationSignature) plus human-readable information about the responsible authority and the service.

    destinationId and destinationSignature are always present; everything else is optional and populated per service/region.

    interface Route {
        accessibilityUrl?: string;
        address?: Address;
        contactFormUrl?: string;
        contactPersons?: ContactPerson[];
        customParameters?: JsonObject;
        deadline?: LocalizedText;
        destinationId: string;
        destinationLogo?: string;
        destinationName?: string;
        destinationShortName?: string;
        destinationSignature: string;
        furtherInformation?: LocalizedText;
        imprintUrl?: string;
        legalBasis?: LocalizedText;
        origin?: string;
        postalAddress?: Address;
        postOfficeBox?: PostOfficeBox;
        privacyPolicyUrl?: string;
        processingDuration?: ProcessingDuration;
        requiredDocuments?: LocalizedText;
    }
    Index
    accessibilityUrl?: string

    URL to the region-specific accessibility statement.

    address?: Address
    contactFormUrl?: string

    URL to the authority's contact form.

    contactPersons?: ContactPerson[]
    customParameters?: JsonObject

    Open-ended, service-specific parameters (non-standardised).

    deadline?: LocalizedText

    Deadline notes for the service (localized, may contain HTML).

    destinationId: string

    UUID of the FIT-Connect destination (submit applications here).

    destinationLogo?: string

    URL of the authority's logo.

    destinationName?: string

    Full name of the responsible authority, including its hierarchy.

    destinationShortName?: string

    Short name of the responsible authority.

    destinationSignature: string

    JWS over the FIT-Connect addressing information (RFC 7515).

    furtherInformation?: LocalizedText

    Further information about the service (localized, may contain HTML).

    imprintUrl?: string

    URL to the region-specific imprint (Impressum).

    legalBasis?: LocalizedText

    Legal basis for the service (localized, may contain HTML).

    origin?: string

    Source system of the routing info, e.g. "PVOG".

    postalAddress?: Address
    postOfficeBox?: PostOfficeBox
    privacyPolicyUrl?: string

    URL to the region-specific privacy policy.

    processingDuration?: ProcessingDuration
    requiredDocuments?: LocalizedText

    Documents required for the service (localized, may contain HTML).