Labor by Citizenship and Gender

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
Unit
oz
Sample
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Nationality
               

No description available for this field.

Name (identifier)
citizenship
Type
text
Sample
                       
Gender
               

No description available for this field.

Name (identifier)
gender
Type
text
Sample
                       
Number of Employees
               

No description available for this field.

Name (identifier)
total_labor
Type
integer
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"gcc-labour",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/gcc-labour"
      }
    ]
    ,
  • "definitions":
    {
    • "gcc-labour":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/gcc-labour_records"
            }
          }
        }
      }
      ,
    • "gcc-labour_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":"",
              • "unit":"oz"
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "citizenship":
              {
              • "type":"string",
              • "title":"Nationality",
              • "description":""
              }
              ,
            • "gender":
              {
              • "type":"string",
              • "title":"Gender",
              • "description":""
              }
              ,
            • "total_labor":
              {
              • "type":"integer",
              • "title":"Number of Employees",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets