Variable gbfsSystemRegionsSchemaV30Const
gbfsSystemRegionsSchemaV30: {
    $id: string;
    $schema: string;
    description: string;
    properties: {
        data: {
            description: string;
            properties: {
                regions: {
                    description: string;
                    items: {
                        properties: {
                            name: {
                                description: string;
                                items: {
                                    properties: {
                                        language: { description: ...; pattern: ...; type: ... };
                                        text: { description: ...; type: ... };
                                    };
                                    required: string[];
                                    type: string;
                                };
                                type: string;
                            };
                            region_id: { description: string; type: string };
                        };
                        required: string[];
                        type: string;
                    };
                    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
description: string
properties: {
    data: {
        description: string;
        properties: {
            regions: {
                description: string;
                items: {
                    properties: {
                        name: {
                            description: string;
                            items: {
                                properties: {
                                    language: { description: ...; pattern: ...; type: ... };
                                    text: { description: ...; type: ... };
                                };
                                required: string[];
                                type: string;
                            };
                            type: string;
                        };
                        region_id: { description: string; type: string };
                    };
                    required: string[];
                    type: string;
                };
                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 System Regions Schema V3.0
Describes regions for a system that is broken up by geographic or political region.
Links