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

    Interface GBFSV31RC

    GBFS Schema V3.1-RC

    Auto-discovery file that links to all of the other files published by the system.

    interface GBFSV31RC {
        data: {
            feeds: {
                name:
                    | "gbfs"
                    | "gbfs_versions"
                    | "system_information"
                    | "station_information"
                    | "station_status"
                    | "system_alerts"
                    | "system_regions"
                    | "system_pricing_plans"
                    | "vehicle_types"
                    | "geofencing_zones"
                    | "vehicle_status";
                url: string;
            }[];
        };
        last_updated: string;
        ttl: number;
        version: "3.1-RC";
    }
    Index

    Properties

    data: {
        feeds: {
            name:
                | "gbfs"
                | "gbfs_versions"
                | "system_information"
                | "station_information"
                | "station_status"
                | "system_alerts"
                | "system_regions"
                | "system_pricing_plans"
                | "vehicle_types"
                | "geofencing_zones"
                | "vehicle_status";
            url: string;
        }[];
    }

    Contains the list of feeds published by the auto-discovery file.

    Type declaration

    • feeds: {
          name:
              | "gbfs"
              | "gbfs_versions"
              | "system_information"
              | "station_information"
              | "station_status"
              | "system_alerts"
              | "system_regions"
              | "system_pricing_plans"
              | "vehicle_types"
              | "geofencing_zones"
              | "vehicle_status";
          url: string;
      }[]

      An array of all of the feeds that are published by the auto-discovery file. Each element in the array is an object with the keys below. minItems 1

    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).