records
Strategic Cordon Survey - Data
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":"strategic-cordon-data-totals",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/strategic-cordon-data-totals"
}
] - "definitions":{
- "strategic-cordon-data-totals":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/strategic-cordon-data-totals_records"
}
}
} - "records":
} - "properties":
- "strategic-cordon-data-totals_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "area":,{
- "type":"string",
- "title":"Cordon",
- "description":""
} - "vehicle_type":,{
- "type":"string",
- "title":"Vehicle Type",
- "description":""
} - "year":,{
- "type":"string",
- "title":"Year",
- "description":""
} - "value":{
- "type":"integer",
- "title":"value",
- "description":""
}
} - "area":
}
} - "fields":
} - "properties":
} - "strategic-cordon-data-totals":
}