Private Sector Employees by Monthly Wage Groups, Nationality and Occupation
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"private-sector-employees-by-monthly-wage-groups-nationality-and-occupation",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/private-sector-employees-by-monthly-wage-groups-nationality-and-occupation"
}
] - "definitions":{
- "private-sector-employees-by-monthly-wage-groups-nationality-and-occupation":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/private-sector-employees-by-monthly-wage-groups-nationality-and-occupation_records"
}
}
} - "records":
} - "properties":
- "private-sector-employees-by-monthly-wage-groups-nationality-and-occupation_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "nationality":,{
- "type":"string",
- "title":"Nationality",
- "description":""
} - "occupation":,{
- "type":"string",
- "title":"Occupation",
- "description":""
} - "monthly_wage_groups_bahraini_dinar":,{
- "type":"string",
- "title":"Monthly Wage Groups",
- "description":""
} - "value":{
- "type":"integer",
- "title":"Number of Employees",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "private-sector-employees-by-monthly-wage-groups-nationality-and-occupation":