Saudi Population ( 15 years and over ) by Gender, Age Groups and Marital 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-by-age-groups-gender-and-marital-status",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/saudi-population-by-age-groups-gender-and-marital-status"
}
] - "definitions":{
- "saudi-population-by-age-groups-gender-and-marital-status":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/saudi-population-by-age-groups-gender-and-marital-status_records"
}
}
} - "records":
} - "properties":
- "saudi-population-by-age-groups-gender-and-marital-status_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "age_groups":,{
- "type":"string",
- "title":"Age Groups",
- "description":""
} - "gender":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "marital_status":,{
- "type":"string",
- "title":"Marital Status",
- "description":""
} - "saudi_population":{
- "type":"number",
- "title":"Saudi Population",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "saudi-population-by-age-groups-gender-and-marital-status":