The total anumber of passengers and public transport trips within cities by year, region, city and station
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"the-total-number-of-passengers-and-public-transport-trips-within-cities-by-year-",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/the-total-number-of-passengers-and-public-transport-trips-within-cities-by-year-"
}
] - "definitions":{
- "the-total-number-of-passengers-and-public-transport-trips-within-cities-by-year-":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/the-total-number-of-passengers-and-public-transport-trips-within-cities-by-year-_records"
}
}
} - "records":
} - "properties":
- "the-total-number-of-passengers-and-public-transport-trips-within-cities-by-year-_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year ",
- "description":""
} - "month":,{
- "type":"string",
- "title":"Month",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "city":,{
- "type":"string",
- "title":"City",
- "description":""
} - "route":,{
- "type":"string",
- "title":"Route",
- "description":""
} - "line_name":,{
- "type":"string",
- "title":"Line Name",
- "description":""
} - "number_of_trips":,{
- "type":"number",
- "title":"Number of Trips",
- "description":""
} - "number_of_passengers":{
- "type":"number",
- "title":"Number of Passengers",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "the-total-number-of-passengers-and-public-transport-trips-within-cities-by-year-":