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

    Variable gbfsStationInformationSchemaV20Const

    gbfsStationInformationSchemaV20: {
        $id: string;
        $schema: string;
        description: string;
        properties: {
            data: {
                description: string;
                properties: {
                    stations: {
                        items: {
                            properties: {
                                address: { description: string; type: string };
                                capacity: { description: string; minimum: number; type: string };
                                cross_street: { description: string; type: string };
                                lat: {
                                    description: string;
                                    maximum: number;
                                    minimum: number;
                                    type: string;
                                };
                                lon: {
                                    description: string;
                                    maximum: number;
                                    minimum: number;
                                    type: string;
                                };
                                name: { description: string; type: string };
                                post_code: { description: string; type: string };
                                region_id: { description: string; type: string };
                                rental_methods: {
                                    description: string;
                                    items: { enum: string[]; type: string };
                                    minItems: number;
                                    type: string;
                                };
                                rental_uris: {
                                    description: string;
                                    properties: {
                                        android: { description: string; format: string; type: string };
                                        ios: { description: string; format: string; type: string };
                                        web: { description: string; format: string; type: string };
                                    };
                                    type: string;
                                };
                                short_name: { description: string; type: string };
                                station_id: { description: string; type: string };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                };
                required: string[];
                type: string;
            };
            last_updated: { description: string; minimum: number; type: string };
            ttl: { description: string; minimum: number; type: string };
            version: { const: string; description: string; type: string };
        };
        required: string[];
        type: string;
    } = ...

    GBFS Station Information Schema V2.0

    List of all stations, their capacities, and locations. REQUIRED for systems utilizing docks.

    Type declaration

    • $id: string
    • $schema: string
    • description: string
    • properties: {
          data: {
              description: string;
              properties: {
                  stations: {
                      items: {
                          properties: {
                              address: { description: string; type: string };
                              capacity: { description: string; minimum: number; type: string };
                              cross_street: { description: string; type: string };
                              lat: {
                                  description: string;
                                  maximum: number;
                                  minimum: number;
                                  type: string;
                              };
                              lon: {
                                  description: string;
                                  maximum: number;
                                  minimum: number;
                                  type: string;
                              };
                              name: { description: string; type: string };
                              post_code: { description: string; type: string };
                              region_id: { description: string; type: string };
                              rental_methods: {
                                  description: string;
                                  items: { enum: string[]; type: string };
                                  minItems: number;
                                  type: string;
                              };
                              rental_uris: {
                                  description: string;
                                  properties: {
                                      android: { description: string; format: string; type: string };
                                      ios: { description: string; format: string; type: string };
                                      web: { description: string; format: string; type: string };
                                  };
                                  type: string;
                              };
                              short_name: { description: string; type: string };
                              station_id: { description: string; type: string };
                          };
                          required: string[];
                          type: string;
                      };
                      type: string;
                  };
              };
              required: string[];
              type: string;
          };
          last_updated: { description: string; minimum: number; type: string };
          ttl: { description: string; minimum: number; type: string };
          version: { const: string; description: string; type: string };
      }
    • required: string[]
    • type: string