Public Sector Employment By Gender and Nationality

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
                       
Citizenship
               

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)
numeric_distribution
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"public-sector-employment-by-gender-and-nationality",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/public-sector-employment-by-gender-and-nationality"
      }
    ]
    ,
  • "definitions":
    {
    • "public-sector-employment-by-gender-and-nationality":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/public-sector-employment-by-gender-and-nationality_records"
            }
          }
        }
      }
      ,
    • "public-sector-employment-by-gender-and-nationality_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "citizenship":
              {
              • "type":"string",
              • "title":"Citizenship",
              • "description":""
              }
              ,
            • "gender":
              {
              • "type":"string",
              • "title":"Gender",
              • "description":""
              }
              ,
            • "numeric_distribution":
              {
              • "type":"number",
              • "title":"Number of Employees",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets