records

records

Active filters Clear all

No active filters

Filters

Strategic Cordon Survey - Data

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Cordon
               

No description available for this field.

Name (identifier)
area
Type
text
Sample
                       
Vehicle Type
               

No description available for this field.

Name (identifier)
vehicle_type
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
text
Sample
                       
value
               

No description available for this field.

Name (identifier)
value
Type
integer
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets