Economically Active Population (15 Years And Above) By Nationality, Gender And Economic Activity
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"economically-active-population-15-years-and-above-by-nationality-gender-and-econ",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/economically-active-population-15-years-and-above-by-nationality-gender-and-econ"
}
] - "definitions":{
- "economically-active-population-15-years-and-above-by-nationality-gender-and-econ":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/economically-active-population-15-years-and-above-by-nationality-gender-and-econ_records"
}
}
} - "records":
} - "properties":
- "economically-active-population-15-years-and-above-by-nationality-gender-and-econ_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":""
} - "economic_activity":,{
- "type":"string",
- "title":"Economic Activity",
- "description":""
} - "value":{
- "type":"integer",
- "title":"Employees",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "economically-active-population-15-years-and-above-by-nationality-gender-and-econ":