Total Labor Force and Establishments by Economic Sectors

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Economic Sector
               

No description available for this field.

Name (identifier)
economic_sector_en
Type
text
Sample
                       
Description
               

No description available for this field.

Name (identifier)
descreption_en
Type
text
Sample
                       
Total in 000 AED
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets