Manpower During Hajj by Sector and Gender
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"manpower-during-hajj-by-sector-and-gender",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/manpower-during-hajj-by-sector-and-gender"
}
] - "definitions":{
- "manpower-during-hajj-by-sector-and-gender":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/manpower-during-hajj-by-sector-and-gender_records"
}
}
} - "records":
} - "properties":
- "manpower-during-hajj-by-sector-and-gender_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "gender":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "sector":,{
- "type":"string",
- "title":"Sector",
- "description":""
} - "number_of_workers":{
- "type":"integer",
- "title":"Number of Workers",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "manpower-during-hajj-by-sector-and-gender":