Operating Surplus 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
                       
Operating surplus in Thousand SR
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"operating-surplus-by-economic-activity-and-size",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/operating-surplus-by-economic-activity-and-size"
      }
    ]
    ,
  • "definitions":
    {
    • "operating-surplus-by-economic-activity-and-size":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/operating-surplus-by-economic-activity-and-size_records"
            }
          }
        }
      }
      ,
    • "operating-surplus-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":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Operating surplus in Thousand SR",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets