gis-tools-ts - v0.6.0
    Preparing search index...

    Interface GBFSSystemCalendarV11

    GBFS System Calendar Schema V1.1 Interface

    interface GBFSSystemCalendarV11 {
        data: {
            calendars: {
                end_day: number;
                end_month: number;
                end_year?: number;
                start_day: number;
                start_month: number;
                start_year?: number;
            }[];
        };
        last_updated: number;
        ttl: number;
        version: "1.1";
    }
    Index

    Properties

    data: {
        calendars: {
            end_day: number;
            end_month: number;
            end_year?: number;
            start_day: number;
            start_month: number;
            start_year?: number;
        }[];
    }

    Data containing the system's operations calendar.

    last_updated: number

    Last time the data in the feed was updated in POSIX time.

    ttl: number

    Number of seconds before the data in the feed will be updated again.

    version: "1.1"

    GBFS version number (1.1).