Vehicles Imported, by Type

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Years
               

No description available for this field.

Name (identifier)
years
Type
date
Sample
                       
Vehicle Type
               

No description available for this field.

Name (identifier)
vehicle_type
Type
text
Sample
                       
Number of Vehicles
               

No description available for this field.

Name (identifier)
import_value
Type
integer
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"vehicles-imported-by-type-2000-2009ad",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/vehicles-imported-by-type-2000-2009ad"
      }
    ]
    ,
  • "definitions":
    {
    • "vehicles-imported-by-type-2000-2009ad":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/vehicles-imported-by-type-2000-2009ad_records"
            }
          }
        }
      }
      ,
    • "vehicles-imported-by-type-2000-2009ad_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "years":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Years",
              • "description":""
              }
              ,
            • "vehicle_type":
              {
              • "type":"string",
              • "title":"Vehicle Type",
              • "description":""
              }
              ,
            • "import_value":
              {
              • "type":"integer",
              • "title":"Number of Vehicles",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets