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

    Variable gbfsStationInformationSchemaV10Const

    gbfsStationInformationSchemaV10: {
        $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 };
                                    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;
                maximum: number;
                minimum: number;
                type: string;
            };
            ttl: { description: string; minimum: number; type: string };
        };
        required: string[];
        type: string;
    } = ...

    GBFS Station Information Schema V1.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 };
                                  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;
              maximum: number;
              minimum: number;
              type: string;
          };
          ttl: { description: string; minimum: number; type: string };
      }
    • required: string[]
    • type: string