The number of public transport passengers by year and city
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"the-number-of-public-transport-passengers-by-year-and-city",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/the-number-of-public-transport-passengers-by-year-and-city"
}
] - "definitions":{
- "the-number-of-public-transport-passengers-by-year-and-city":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/the-number-of-public-transport-passengers-by-year-and-city_records"
}
}
} - "records":
} - "properties":
- "the-number-of-public-transport-passengers-by-year-and-city_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"year",
- "description":""
} - "city":,{
- "type":"string",
- "title":"city",
- "description":""
} - "total_passengers":{
- "type":"integer",
- "title":"total_passengers",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "the-number-of-public-transport-passengers-by-year-and-city":