Variable gbfsSystemRegionsSchemaV10Const
gbfsSystemRegionsSchemaV10: {
$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;
maximum: number;
minimum: number;
type: string;
};
ttl: { description: string; minimum: number; 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;
maximum: number;
minimum: number;
type: string;
};
ttl: { description: string; minimum: number; type: string };
}
required: string[]
type: string
GBFS System Regions Schema V1.0
Describes regions for a system that is broken up by geographic or political region.
Links