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

    Variable gbfsSchemaV10Const

    gbfsSchemaV10: {
        $id: string;
        $schema: string;
        description: string;
        properties: {
            data: {
                additionalProperties: boolean;
                description: string;
                minProperties: number;
                patternProperties: {
                    "^[a-zA-Z]{2}$": {
                        properties: {
                            feeds: {
                                description: string;
                                items: {
                                    properties: { name: { type: string }; url: { type: string } };
                                    required: string[];
                                    type: string;
                                };
                                type: string;
                            };
                        };
                        required: string[];
                        type: 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 Schema V1.0

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

    Type declaration

    • $id: string
    • $schema: string
    • description: string
    • properties: {
          data: {
              additionalProperties: boolean;
              description: string;
              minProperties: number;
              patternProperties: {
                  "^[a-zA-Z]{2}$": {
                      properties: {
                          feeds: {
                              description: string;
                              items: {
                                  properties: { name: { type: string }; url: { type: string } };
                                  required: string[];
                                  type: string;
                              };
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              };
              type: string;
          };
          last_updated: {
              description: string;
              maximum: number;
              minimum: number;
              type: string;
          };
          ttl: { description: string; minimum: number; type: string };
      }
    • required: string[]
    • type: string