Pilgrims By Nationality, Gender and Origin
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"total-pilgrims",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/total-pilgrims"
}
] - "definitions":{
- "total-pilgrims":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/total-pilgrims_records"
}
}
} - "records":
} - "properties":
- "total-pilgrims_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "pilgrims":,{
- "type":"string",
- "title":"Pilgrims Origin",
- "description":""
} - "nationality":,{
- "type":"string",
- "title":"Nationality ",
- "description":""
} - "gender":,{
- "type":"string",
- "title":"Gender ",
- "description":""
} - "origin":,{
- "type":"string",
- "title":"Origin",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":{
- "type":"number",
- "title":"Number / percentage of Pilgrims",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "total-pilgrims":