Saudi Population ( 10 Years And Over) By Gender, Age Groups And Educational Status
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"saudi-population-10-years-and-over-by-gender-age-groups-and-educational-status",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/saudi-population-10-years-and-over-by-gender-age-groups-and-educational-status"
}
] - "definitions":{
- "saudi-population-10-years-and-over-by-gender-age-groups-and-educational-status":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/saudi-population-10-years-and-over-by-gender-age-groups-and-educational-status_records"
}
}
} - "records":
} - "properties":
- "saudi-population-10-years-and-over-by-gender-age-groups-and-educational-status_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "sex":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "age_group":,{
- "type":"string",
- "title":"Age Group",
- "description":""
} - "educational_status":,{
- "type":"string",
- "title":"Educational Status",
- "description":""
} - "saudi_population":{
- "type":"integer",
- "title":"Saudi Population",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "saudi-population-10-years-and-over-by-gender-age-groups-and-educational-status":