Employees Compensation by Type and Economic Activity

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Economic activity
               

No description available for this field.

Name (identifier)
economic_activity
Type
text
Sample
                       
Compensation Type
               

No description available for this field.

Name (identifier)
compensation_type
Type
text
Sample
                       
Compensations (in Thousands US Dollars)
               

No description available for this field.

Name (identifier)
number_of_employees
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"employees-compensation-by-type-and-economic-activity",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/employees-compensation-by-type-and-economic-activity"
      }
    ]
    ,
  • "definitions":
    {
    • "employees-compensation-by-type-and-economic-activity":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/employees-compensation-by-type-and-economic-activity_records"
            }
          }
        }
      }
      ,
    • "employees-compensation-by-type-and-economic-activity_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "economic_activity":
              {
              • "type":"string",
              • "title":"Economic activity",
              • "description":""
              }
              ,
            • "compensation_type":
              {
              • "type":"string",
              • "title":"Compensation Type",
              • "description":""
              }
              ,
            • "number_of_employees":
              {
              • "type":"number",
              • "title":"Compensations (in Thousands US Dollars)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets