Total Number of Registered Motor Vehicles in India

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
                       
Total (Thousand ,000)
               

No description available for this field.

Name (identifier)
total
Type
decimal
Sample
                       
Two Wheelers (Thousand ,000)
               

No description available for this field.

Name (identifier)
two_wheelers
Type
decimal
Sample
                       
Cars, Jeeps & Taxis (Thousand ,000)
               

No description available for this field.

Name (identifier)
cars_jeeps_taxis
Type
decimal
Sample
                       
Busses (Thousand ,000)
               

No description available for this field.

Name (identifier)
busses
Type
decimal
Sample
                       
Goods Vehicles (Thousand ,000)
               

No description available for this field.

Name (identifier)
goods_vehicles
Type
decimal
Sample
                       
Other Vehicles
               

No description available for this field.

Name (identifier)
other_vehicles
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"total-number-of-registered-motor-vehicles-in-india",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/total-number-of-registered-motor-vehicles-in-india"
      }
    ]
    ,
  • "definitions":
    {
    • "total-number-of-registered-motor-vehicles-in-india":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/total-number-of-registered-motor-vehicles-in-india_records"
            }
          }
        }
      }
      ,
    • "total-number-of-registered-motor-vehicles-in-india_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "total":
              {
              • "type":"number",
              • "title":"Total (Thousand ,000)",
              • "description":""
              }
              ,
            • "two_wheelers":
              {
              • "type":"number",
              • "title":"Two Wheelers (Thousand ,000)",
              • "description":""
              }
              ,
            • "cars_jeeps_taxis":
              {
              • "type":"number",
              • "title":"Cars, Jeeps & Taxis (Thousand ,000)",
              • "description":""
              }
              ,
            • "busses":
              {
              • "type":"number",
              • "title":"Busses (Thousand ,000)",
              • "description":""
              }
              ,
            • "goods_vehicles":
              {
              • "type":"number",
              • "title":"Goods Vehicles (Thousand ,000)",
              • "description":""
              }
              ,
            • "other_vehicles":
              {
              • "type":"number",
              • "title":"Other Vehicles",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets