Variable gbfsStationInformationSchemaV22Const
gbfsStationInformationSchemaV22: {
$id: string;
$schema: string;
description: string;
properties: {
data: {
description: string;
properties: {
stations: {
items: {
properties: {
address: { description: string; type: string };
capacity: { description: string; minimum: number; type: string };
cross_street: { description: string; type: string };
is_valet_station: { description: string; type: string };
is_virtual_station: { description: string; type: string };
lat: {
description: string;
maximum: number;
minimum: number;
type: string;
};
lon: {
description: string;
maximum: number;
minimum: number;
type: string;
};
name: { description: string; type: string };
post_code: { description: string; type: string };
region_id: { description: string; type: string };
rental_methods: {
description: string;
items: { enum: string[]; type: string };
minItems: number;
type: string;
};
rental_uris: {
description: string;
properties: {
android: { description: string; format: string; type: string };
ios: { description: string; format: string; type: string };
web: { description: string; format: string; type: string };
};
type: string;
};
short_name: { description: string; type: string };
station_area: {
description: string;
properties: {
coordinates: { items: { items: ...; type: ... }; type: string };
type: { enum: (...)[]; type: string };
};
required: string[];
type: string;
};
station_id: { description: string; type: string };
vehicle_capacity: {
additionalProperties: { type: string };
description: string;
type: string;
};
vehicle_type_capacity: {
additionalProperties: { type: string };
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: {
stations: {
items: {
properties: {
address: { description: string; type: string };
capacity: { description: string; minimum: number; type: string };
cross_street: { description: string; type: string };
is_valet_station: { description: string; type: string };
is_virtual_station: { description: string; type: string };
lat: {
description: string;
maximum: number;
minimum: number;
type: string;
};
lon: {
description: string;
maximum: number;
minimum: number;
type: string;
};
name: { description: string; type: string };
post_code: { description: string; type: string };
region_id: { description: string; type: string };
rental_methods: {
description: string;
items: { enum: string[]; type: string };
minItems: number;
type: string;
};
rental_uris: {
description: string;
properties: {
android: { description: string; format: string; type: string };
ios: { description: string; format: string; type: string };
web: { description: string; format: string; type: string };
};
type: string;
};
short_name: { description: string; type: string };
station_area: {
description: string;
properties: {
coordinates: { items: { items: ...; type: ... }; type: string };
type: { enum: (...)[]; type: string };
};
required: string[];
type: string;
};
station_id: { description: string; type: string };
vehicle_capacity: {
additionalProperties: { type: string };
description: string;
type: string;
};
vehicle_type_capacity: {
additionalProperties: { type: string };
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 Station Information Schema V2.2
List of all stations, their capacities, and locations. REQUIRED for systems utilizing docks.
Links