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

    Interface GBFSSystemRegionsV31RC

    GBFS System Regions Schema V3.1-RC

    Describes regions for a system that is broken up by geographic or political region.

    interface GBFSSystemRegionsV31RC {
        data: {
            regions: {
                name: { language: string; text: string }[];
                region_id: string;
            }[];
        };
        last_updated: string;
        ttl: number;
        version: "3.1-RC";
    }
    Index

    Properties

    data: {
        regions: {
            name: { language: string; text: string }[];
            region_id: string;
        }[];
    }

    Contains the region data for the system.

    Type declaration

    • regions: { name: { language: string; text: string }[]; region_id: string }[]

      Array of regions for the system.

    last_updated: string

    Last time the data in the feed was updated in RFC3339 format. Format: date-time

    ttl: number

    Number of seconds before the data in the feed will be updated again (0 if the data should always be refreshed). Minimum: 0

    version: "3.1-RC"

    GBFS version number to which the feed conforms, according to the versioning framework (added in v1.1). Const: 3.1-RC