Variable gbfsSchemaV30Const
gbfsSchemaV30: {
    $id: string;
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        data: {
            properties: {
                feeds: {
                    description: string;
                    items: {
                        properties: {
                            name: { description: string; enum: string[]; type: string };
                            url: { description: string; format: string; type: string };
                        };
                        required: string[];
                        type: string;
                    };
                    minItems: number;
                    type: string;
                };
            };
            required: string[];
            type: string;
        };
        last_updated: { description: string; format: string; type: string };
        ttl: { description: string; minimum: number; type: string };
        version: { const: string; description: string; type: string };
    };
    required: string[];
    type: string;
} = ...
Type Declaration
$id: string
$schema: string
additionalProperties: boolean
description: string
properties: {
    data: {
        properties: {
            feeds: {
                description: string;
                items: {
                    properties: {
                        name: { description: string; enum: string[]; type: string };
                        url: { description: string; format: string; type: string };
                    };
                    required: string[];
                    type: string;
                };
                minItems: number;
                type: string;
            };
        };
        required: string[];
        type: string;
    };
    last_updated: { description: string; format: string; type: string };
    ttl: { description: string; minimum: number; type: string };
    version: { const: string; description: string; type: string };
}
required: string[]
type: string
GBFS Schema V3.0
Auto-discovery file that links to all of the other files published by the system.
Links