Trips, vehicles and drivers statistics for vehicle routing activity by year and month
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"trips-vehicles-and-drivers-statistics-for-vehicle-routing-activity-by-year-and-m",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/trips-vehicles-and-drivers-statistics-for-vehicle-routing-activity-by-year-and-m"
}
] - "definitions":{
- "trips-vehicles-and-drivers-statistics-for-vehicle-routing-activity-by-year-and-m":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/trips-vehicles-and-drivers-statistics-for-vehicle-routing-activity-by-year-and-m_records"
}
}
} - "records":
} - "properties":
- "trips-vehicles-and-drivers-statistics-for-vehicle-routing-activity-by-year-and-m_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"YEAR",
- "description":""
} - "month":,{
- "type":"integer",
- "title":"MONTH",
- "description":""
} - "vehicle_count":,{
- "type":"integer",
- "title":"VEHICLE_COUNT",
- "description":""
} - "driver_count":,{
- "type":"integer",
- "title":"DRIVER_COUNT",
- "description":""
} - "trips_count":{
- "type":"integer",
- "title":"TRIPS_COUNT",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "trips-vehicles-and-drivers-statistics-for-vehicle-routing-activity-by-year-and-m":