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

    Variable gbfsSystemInformationSchemaV11Const

    gbfsSystemInformationSchemaV11: {
        $id: string;
        $schema: string;
        description: string;
        properties: {
            data: {
                description: string;
                properties: {
                    email: { description: string; format: string; type: string };
                    feed_contact_email: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    language: { description: string; pattern: string; type: string };
                    license_url: { description: string; format: string; type: string };
                    name: { description: string; type: string };
                    operator: { description: string; type: string };
                    phone_number: { description: string; type: string };
                    purchase_url: { description: string; format: string; type: string };
                    rental_apps: {
                        description: string;
                        properties: {
                            android: {
                                description: string;
                                properties: {
                                    discovery_uri: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    store_uri: { description: string; format: string; type: string };
                                };
                                required: string[];
                                type: string;
                            };
                            ios: {
                                description: string;
                                properties: {
                                    discovery_uri: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    store_uri: { description: string; format: string; type: string };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                        type: string;
                    };
                    short_name: { description: string; type: string };
                    start_date: { description: string; format: string; type: string };
                    system_id: { description: string; type: string };
                    timezone: { description: string; type: string };
                    url: { description: string; format: 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 System Information Schema V1.1

    Details including system operator, system location, year implemented, URL, contact info, and time zone.

    Type declaration

    • $id: string
    • $schema: string
    • description: string
    • properties: {
          data: {
              description: string;
              properties: {
                  email: { description: string; format: string; type: string };
                  feed_contact_email: { description: string; format: string; type: string };
                  language: { description: string; pattern: string; type: string };
                  license_url: { description: string; format: string; type: string };
                  name: { description: string; type: string };
                  operator: { description: string; type: string };
                  phone_number: { description: string; type: string };
                  purchase_url: { description: string; format: string; type: string };
                  rental_apps: {
                      description: string;
                      properties: {
                          android: {
                              description: string;
                              properties: {
                                  discovery_uri: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  store_uri: { description: string; format: string; type: string };
                              };
                              required: string[];
                              type: string;
                          };
                          ios: {
                              description: string;
                              properties: {
                                  discovery_uri: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  store_uri: { description: string; format: string; type: string };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                      type: string;
                  };
                  short_name: { description: string; type: string };
                  start_date: { description: string; format: string; type: string };
                  system_id: { description: string; type: string };
                  timezone: { description: string; type: string };
                  url: { description: string; format: 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