records

records

Active filters Clear all

No active filters

Filters

Employees - Grade, Gender and Ethnicity

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Financial Year
               

No description available for this field.

Name (identifier)
financial_year
Type
text
Sample
                       
Quarter
               

No description available for this field.

Name (identifier)
quarter
Type
text
Sample
                       
Gender
               

No description available for this field.

Name (identifier)
gender
Type
text
Sample
                       
Ethnicity
               

No description available for this field.

Name (identifier)
ethnicity
Type
text
Sample
                       
Grade
               

No description available for this field.

Name (identifier)
grade
Type
text
Sample
                       
Number of employees
               

No description available for this field.

Name (identifier)
number_of_employees
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"employees-grade-gender-and-ethnicity",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/employees-grade-gender-and-ethnicity"
      }
    ]
    ,
  • "definitions":
    {
    • "employees-grade-gender-and-ethnicity":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/employees-grade-gender-and-ethnicity_records"
            }
          }
        }
      }
      ,
    • "employees-grade-gender-and-ethnicity_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "financial_year":
              {
              • "type":"string",
              • "title":"Financial Year",
              • "description":""
              }
              ,
            • "quarter":
              {
              • "type":"string",
              • "title":"Quarter",
              • "description":""
              }
              ,
            • "gender":
              {
              • "type":"string",
              • "title":"Gender",
              • "description":""
              }
              ,
            • "ethnicity":
              {
              • "type":"string",
              • "title":"Ethnicity",
              • "description":""
              }
              ,
            • "grade":
              {
              • "type":"string",
              • "title":"Grade",
              • "description":""
              }
              ,
            • "number_of_employees":
              {
              • "type":"integer",
              • "title":"Number of employees",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets