Development of Employees in the Saudi Electricity sector
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"development-of-employees",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/development-of-employees"
}
] - "definitions":{
- "development-of-employees":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/development-of-employees_records"
}
}
} - "records":
} - "properties":
- "development-of-employees_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "title":"Year",
- "description":""
} - "saudis":,{
- "type":"integer",
- "title":"Saudis",
- "description":""
} - "non_saudis":{
- "type":"integer",
- "title":"Non Saudis",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "development-of-employees":