Employees Compensation by Economic Activity and Size

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
date
Sample
                       
Establishment Size
               

No description available for this field.

Name (identifier)
establishment_size
Type
text
Sample
                       
Economic activity
               

No description available for this field.

Name (identifier)
economic_activity
Type
text
Sample
                       
employees_compensation
               

No description available for this field.

Name (identifier)
employees_compensation
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-economic-activity-and-size",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/employees-compensation-by-economic-activity-and-size"
      }
    ]
    ,
  • "definitions":
    {
    • "employees-compensation-by-economic-activity-and-size":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/employees-compensation-by-economic-activity-and-size_records"
            }
          }
        }
      }
      ,
    • "employees-compensation-by-economic-activity-and-size_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "establishment_size":
              {
              • "type":"string",
              • "title":"Establishment Size",
              • "description":""
              }
              ,
            • "economic_activity":
              {
              • "type":"string",
              • "title":"Economic activity",
              • "description":""
              }
              ,
            • "employees_compensation":
              {
              • "type":"number",
              • "title":"employees_compensation",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets