@transreport/pauk-rrms-api
    Preparing search index...

    Interface CallsignSchedule

    A baseline or override callsign schedule

    interface CallsignSchedule {
        active_from: string;
        active_until?: string | null;
        applicability: CallsignScheduleApplicability;
        callsigns: CallsignScheduleCallsignsItem[];
        id: string;
        schedule_type: CallsignScheduleScheduleType;
        station: CallsignScheduleStation;
    }
    Index
    active_from: string

    First active operating date

    active_until?: string | null

    Exclusive end of the active period; null for an open-ended baseline

    Operating days on which the persisted schedule can apply; overrides always use all_days

    Callsign shifts in display order

    id: string

    Schedule ID

    Whether this is the regular baseline or a temporary override

    Station whose callsigns are scheduled