Variable gbfsSystemRegionsSchemaV21Const
gbfsSystemRegionsSchemaV21: {
$id: string;
$schema: string;
description: string;
properties: {
data: {
description: string;
properties: {
regions: {
description: string;
items: {
properties: {
name: { description: string; type: string };
region_id: { description: string; type: string };
};
required: string[];
type: 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;
} = ...
Type declaration
$id: string
$schema: string
description: string
properties: {
data: {
description: string;
properties: {
regions: {
description: string;
items: {
properties: {
name: { description: string; type: string };
region_id: { description: string; type: string };
};
required: string[];
type: 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 Regions Schema V2.1
Describes regions for a system that is broken up by geographic or political region.
Links: