Economically Active Population (15 Years & Above) By Nationality , Gender and Age Groups
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"economically-activeinactive-population-15-years-above-by-nationality-gender-and-",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/economically-activeinactive-population-15-years-above-by-nationality-gender-and-"
}
] - "definitions":{
- "economically-activeinactive-population-15-years-above-by-nationality-gender-and-":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/economically-activeinactive-population-15-years-above-by-nationality-gender-and-_records"
}
}
} - "records":
} - "properties":
- "economically-activeinactive-population-15-years-above-by-nationality-gender-and-_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "nationality":,{
- "type":"string",
- "title":"Nationality",
- "description":""
} - "gender":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "age_group":,{
- "type":"string",
- "title":"Age Group",
- "description":""
} - "value":{
- "type":"integer",
- "title":"Population",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "economically-activeinactive-population-15-years-above-by-nationality-gender-and-":