Labor by Citizenship and Gender
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"gcc-labour",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gcc-labour"
}
] - "definitions":{
- "gcc-labour":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gcc-labour_records"
}
}
} - "records":
} - "properties":
- "gcc-labour_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":"",
- "unit":"oz"
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "citizenship":,{
- "type":"string",
- "title":"Nationality",
- "description":""
} - "gender":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "total_labor":{
- "type":"integer",
- "title":"Number of Employees",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "gcc-labour":