Foreign Pilgrims By Origin and Country Group
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"pilgrims-arriving-to-makkah-by-country-group",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/pilgrims-arriving-to-makkah-by-country-group"
}
] - "definitions":{
- "pilgrims-arriving-to-makkah-by-country-group":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/pilgrims-arriving-to-makkah-by-country-group_records"
}
}
} - "records":
} - "properties":
- "pilgrims-arriving-to-makkah-by-country-group_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "countries_groups":,{
- "type":"string",
- "title":"Countries Groups",
- "description":""
} - "origin":,{
- "type":"string",
- "title":"Origin",
- "description":""
} - "number_of_foreign_pilgrim":{
- "type":"integer",
- "title":"Number of Foreign Pilgrims",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "pilgrims-arriving-to-makkah-by-country-group":