Population (15 Years And Above) By Relation To Labor Force, Nationality And Gender
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"population-15-years-and-above-by-relation-to-labor-force-nationality-and-gender",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/population-15-years-and-above-by-relation-to-labor-force-nationality-and-gender"
}
] - "definitions":{
- "population-15-years-and-above-by-relation-to-labor-force-nationality-and-gender":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/population-15-years-and-above-by-relation-to-labor-force-nationality-and-gender_records"
}
}
} - "records":
} - "properties":
- "population-15-years-and-above-by-relation-to-labor-force-nationality-and-gender_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":""
} - "type":,{
- "type":"string",
- "title":"Economically Active/inctive",
- "description":""
} - "status":,{
- "type":"string",
- "title":"Status",
- "description":""
} - "value":{
- "type":"integer",
- "title":"Population",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "population-15-years-and-above-by-relation-to-labor-force-nationality-and-gender":