Variable gbfsSchemaV11Const
gbfsSchemaV11: {
$id: string;
$schema: string;
description: string;
properties: {
data: {
additionalProperties: boolean;
description: string;
minProperties: number;
patternProperties: {
"^[a-z]{2,3}(-[A-Z]{2})?$": {
properties: {
feeds: {
description: string;
items: {
properties: {
name: { description: string; enum: (...)[]; type: string };
url: { description: string; format: string; type: string };
};
required: string[];
type: string;
};
type: string;
};
};
required: string[];
type: 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: {
additionalProperties: boolean;
description: string;
minProperties: number;
patternProperties: {
"^[a-z]{2,3}(-[A-Z]{2})?$": {
properties: {
feeds: {
description: string;
items: {
properties: {
name: { description: string; enum: (...)[]; type: string };
url: { description: string; format: string; type: string };
};
required: string[];
type: string;
};
type: string;
};
};
required: string[];
type: 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 Schema V1.1
Auto-discovery file that links to all of the other files published by the system.
Links