Development of Employees in the Saudi Electricity sector

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
text
Sample
                       
Saudis
               

No description available for this field.

Name (identifier)
saudis
Type
integer
Sample
                       
Non Saudis
               

No description available for this field.

Name (identifier)
non_saudis
Type
integer
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets