Total Labor Force and Establishments by Economic Sectors
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"total-labor-force-and-establishments-by-economic-sectors",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/total-labor-force-and-establishments-by-economic-sectors"
}
] - "definitions":{
- "total-labor-force-and-establishments-by-economic-sectors":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/total-labor-force-and-establishments-by-economic-sectors_records"
}
}
} - "records":
} - "properties":
- "total-labor-force-and-establishments-by-economic-sectors_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "economic_sector_en":,{
- "type":"string",
- "title":"Economic Sector",
- "description":""
} - "descreption_en":,{
- "type":"string",
- "title":"Description",
- "description":""
} - "value":{
- "type":"number",
- "title":"Total in 000 AED",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "total-labor-force-and-establishments-by-economic-sectors":