records
Bike lane statistics for Burrard Bridge 2009-2010
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"bike-lane-statistics-for-burrard-bridge-2009-2010",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/bike-lane-statistics-for-burrard-bridge-2009-2010"
}
] - "definitions":{
- "bike-lane-statistics-for-burrard-bridge-2009-2010":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/bike-lane-statistics-for-burrard-bridge-2009-2010_records"
}
}
} - "records":
} - "properties":
- "bike-lane-statistics-for-burrard-bridge-2009-2010_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"date",
- "description":""
} - "comments":,{
- "type":"string",
- "title":"comments",
- "description":""
} - "northbound_pedestrians":,{
- "type":"integer",
- "title":"northbound pedestrians",
- "description":""
} - "southbound_pedestrians":,{
- "type":"integer",
- "title":"southbound pedestrians",
- "description":""
} - "total_pedestrians":,{
- "type":"integer",
- "title":"total pedestrians",
- "description":""
} - "northbound_bicycles":,{
- "type":"integer",
- "title":"northbound bicycles",
- "description":""
} - "southbound_bicycles":,{
- "type":"integer",
- "title":"southbound bicycles",
- "description":""
} - "total_bicycles":,{
- "type":"integer",
- "title":"total bicycles",
- "description":""
} - "northbound_vehicles":,{
- "type":"integer",
- "title":"northbound vehicles",
- "description":""
} - "southbound_vehicles":,{
- "type":"integer",
- "title":"southbound vehicles",
- "description":""
} - "total_vehicles":{
- "type":"integer",
- "title":"total vehicles",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "bike-lane-statistics-for-burrard-bridge-2009-2010":
}