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

    Variable gbfsSystemInformationSchemaV10Const

    gbfsSystemInformationSchemaV10: {
        $id: string;
        $schema: string;
        description: string;
        properties: {
            data: {
                description: string;
                properties: {
                    email: { description: string; type: string };
                    language: { description: string; pattern: string; type: string };
                    license_url: { description: string; type: string };
                    name: { description: string; type: string };
                    operator: { description: string; type: string };
                    phone_number: { description: string; type: string };
                    purchase_url: { description: 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; 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 System Information Schema V1.0

    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; type: string };
                  language: { description: string; pattern: string; type: string };
                  license_url: { description: string; type: string };
                  name: { description: string; type: string };
                  operator: { description: string; type: string };
                  phone_number: { description: string; type: string };
                  purchase_url: { description: 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; 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