Population by Detailed Age, Gender, Governorate, Nationality and Region
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"population-by-detailed-age-gender-governorate-nationality-and-region",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/population-by-detailed-age-gender-governorate-nationality-and-region"
}
] - "definitions":{
- "population-by-detailed-age-gender-governorate-nationality-and-region":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/population-by-detailed-age-gender-governorate-nationality-and-region_records"
}
}
} - "records":
} - "properties":
- "population-by-detailed-age-gender-governorate-nationality-and-region_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "age_group":,{
- "type":"string",
- "title":"Age Group",
- "description":""
} - "gender":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "governorate":,{
- "type":"string",
- "title":"Governorate",
- "description":""
} - "nationality":,{
- "type":"string",
- "title":"Nationality",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "population":{
- "type":"integer",
- "title":"Population",
- "description":""
}
} - "age_group":
}
} - "fields":
} - "properties":
} - "population-by-detailed-age-gender-governorate-nationality-and-region":