Variable gbfsStationStatusSchemaV30Const
gbfsStationStatusSchemaV30: {
$id: string;
$schema: string;
description: string;
properties: {
data: {
description: string;
properties: {
stations: {
items: {
properties: {
is_installed: { description: string; type: string };
is_renting: { description: string; type: string };
is_returning: { description: string; type: string };
last_reported: { description: string; format: string; type: string };
num_docks_available: {
description: string;
minimum: number;
type: string;
};
num_docks_disabled: {
description: string;
minimum: number;
type: string;
};
num_vehicles_available: {
description: string;
minimum: number;
type: string;
};
num_vehicles_disabled: {
description: string;
minimum: number;
type: string;
};
station_id: { description: string; type: string };
vehicle_docks_available: {
description: string;
items: {
properties: {
count: { description: ...; minimum: ...; type: ... };
vehicle_type_ids: { description: ...; items: ...; type: ... };
};
required: string[];
type: string;
};
type: string;
};
vehicle_types_available: {
description: string;
items: {
properties: {
count: { description: ...; minimum: ...; type: ... };
vehicle_type_id: { description: ...; type: ... };
};
required: string[];
type: 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: {
stations: {
items: {
properties: {
is_installed: { description: string; type: string };
is_renting: { description: string; type: string };
is_returning: { description: string; type: string };
last_reported: { description: string; format: string; type: string };
num_docks_available: {
description: string;
minimum: number;
type: string;
};
num_docks_disabled: {
description: string;
minimum: number;
type: string;
};
num_vehicles_available: {
description: string;
minimum: number;
type: string;
};
num_vehicles_disabled: {
description: string;
minimum: number;
type: string;
};
station_id: { description: string; type: string };
vehicle_docks_available: {
description: string;
items: {
properties: {
count: { description: ...; minimum: ...; type: ... };
vehicle_type_ids: { description: ...; items: ...; type: ... };
};
required: string[];
type: string;
};
type: string;
};
vehicle_types_available: {
description: string;
items: {
properties: {
count: { description: ...; minimum: ...; type: ... };
vehicle_type_id: { description: ...; type: ... };
};
required: string[];
type: 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 Station Status Schema V3.0
Describes the capacity and rental availability of the station
Links