Number of Arriving Vehicles to Makkah During Hajj by Type of Vehicle
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "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":