Population by Governorate, Citizenship and Gender
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"population-by-governorate-citizenship-and-gender",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/population-by-governorate-citizenship-and-gender"
}
] - "definitions":{
- "population-by-governorate-citizenship-and-gender":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/population-by-governorate-citizenship-and-gender_records"
}
}
} - "records":
} - "properties":
- "population-by-governorate-citizenship-and-gender_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "governorate":,{
- "type":"string",
- "title":"Governorate",
- "description":""
} - "citizenship":,{
- "type":"string",
- "title":"Citizenship",
- "description":""
} - "gender":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "population":{
- "type":"integer",
- "title":"Population",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "population-by-governorate-citizenship-and-gender":