Vehicle Registered in Use, New and Cancelled

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Category
               

No description available for this field.

Name (identifier)
category
Type
text
Sample
                       
Item
               

No description available for this field.

Name (identifier)
item1
Type
text
Sample
                       
Number of Vehicles
               

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":"vehicle-registered-in-use-new-and-cancelled",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/vehicle-registered-in-use-new-and-cancelled"
      }
    ]
    ,
  • "definitions":
    {
    • "vehicle-registered-in-use-new-and-cancelled":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/vehicle-registered-in-use-new-and-cancelled_records"
            }
          }
        }
      }
      ,
    • "vehicle-registered-in-use-new-and-cancelled_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "category":
              {
              • "type":"string",
              • "title":"Category",
              • "description":""
              }
              ,
            • "item1":
              {
              • "type":"string",
              • "title":"Item",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"integer",
              • "title":"Number of Vehicles",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets