records
Employees - Grade, Gender and Ethnicity
Dataset schema
Click to expand Click to collapse
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "financial_year":
}
} - "fields":
} - "properties":
} - "employees-grade-gender-and-ethnicity":
}