Number of Arriving Vehicles to Makkah During Hajj by Type of Vehicle

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Type of vehicle
               

No description available for this field.

Name (identifier)
type_of_vehicle
Type
text
Sample
                       
Number of vehicles
               

No description available for this field.

Name (identifier)
number_of_vehicles
Type
decimal
Sample
                       
Difference Amount
               

No description available for this field.

Name (identifier)
difference_amount
Type
text
Sample
                       
Difference Percentage
               

No description available for this field.

Name (identifier)
difference_percentage
Type
decimal
Unit
%
Sample
                       

JSON Schema

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

{
  • "title":"number-of-arriving-vehicles-to-makkah-by-type-of-vehicle",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/number-of-arriving-vehicles-to-makkah-by-type-of-vehicle"
      }
    ]
    ,
  • "definitions":
    {
    • "number-of-arriving-vehicles-to-makkah-by-type-of-vehicle":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/number-of-arriving-vehicles-to-makkah-by-type-of-vehicle_records"
            }
          }
        }
      }
      ,
    • "number-of-arriving-vehicles-to-makkah-by-type-of-vehicle_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "type_of_vehicle":
              {
              • "type":"string",
              • "title":"Type of vehicle",
              • "description":""
              }
              ,
            • "number_of_vehicles":
              {
              • "type":"number",
              • "title":"Number of vehicles",
              • "description":""
              }
              ,
            • "difference_amount":
              {
              • "type":"string",
              • "title":"Difference Amount",
              • "description":""
              }
              ,
            • "difference_percentage":
              {
              • "type":"number",
              • "title":"Difference Percentage",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets