Labor Force Indicators
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"labor-force-indicators",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/labor-force-indicators"
}
] - "definitions":{
- "labor-force-indicators":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/labor-force-indicators_records"
}
}
} - "records":
} - "properties":
- "labor-force-indicators_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "period":,{
- "type":"string",
- "title":"Period",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "group":,{
- "type":"string",
- "title":"Group",
- "description":""
} - "sex":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "nationality":,{
- "type":"string",
- "title":"Nationality",
- "description":""
} - "age_group":,{
- "type":"string",
- "title":"Age Group",
- "description":""
} - "unit":,{
- "type":"string",
- "title":"Unit",
- "description":""
} - "labor_force_":{
- "type":"number",
- "title":"Labor force ",
- "description":"",
- "unit":"%"
}
} - "year":
}
} - "fields":
} - "properties":
} - "labor-force-indicators":