Public Sector Employment By Gender and Nationality
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "public-sector-employment-by-gender-and-nationality":