Variable gbfsManifestSchemaV31RCConst
gbfsManifestSchemaV31RC: {
$id: string;
$schema: string;
description: string;
properties: {
data: {
additionalProperties: boolean;
properties: {
datasets: {
description: string;
items: {
properties: {
area: {
description: string;
properties: {
coordinates: { items: { items: ...; type: ... }; type: string };
type: { enum: (...)[]; type: string };
};
required: string[];
type: string;
};
country_code: { description: string; pattern: string; type: string };
system_id: { description: string; type: string };
versions: {
description: string;
items: {
properties: {
url: { description: ...; format: ...; type: ... };
version: { description: ...; enum: ...; 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: {
additionalProperties: boolean;
properties: {
datasets: {
description: string;
items: {
properties: {
area: {
description: string;
properties: {
coordinates: { items: { items: ...; type: ... }; type: string };
type: { enum: (...)[]; type: string };
};
required: string[];
type: string;
};
country_code: { description: string; pattern: string; type: string };
system_id: { description: string; type: string };
versions: {
description: string;
items: {
properties: {
url: { description: ...; format: ...; type: ... };
version: { description: ...; enum: ...; 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 Manifest Schema V3.1-RC
An index of gbfs.json URLs for each GBFS data set produced by a publisher. A single instance of this file should be published at a single stable URL, for example: https://example.com/gbfs/manifest.json.
Links