Total Labor Force by Emirate

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Emirate
               

No description available for this field.

Name (identifier)
emirate_en
Type
text
Sample
                       
Labor Force in Thousand AED
               

No description available for this field.

Name (identifier)
labour_force
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-by-emirate",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/total-labor-force-by-emirate"
      }
    ]
    ,
  • "definitions":
    {
    • "total-labor-force-by-emirate":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/total-labor-force-by-emirate_records"
            }
          }
        }
      }
      ,
    • "total-labor-force-by-emirate_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"year",
              • "description":""
              }
              ,
            • "emirate_en":
              {
              • "type":"string",
              • "title":"Emirate",
              • "description":""
              }
              ,
            • "labour_force":
              {
              • "type":"number",
              • "title":"Labor Force in Thousand AED",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets