Number of Arriving Vehicles to Makkah During Hajj by Type of Vehicle
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":"%"
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "number-of-arriving-vehicles-to-makkah-by-type-of-vehicle":