Purchases of Fixed Assets 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
                       
Type of Fixed Assets
               

No description available for this field.

Name (identifier)
type_of_fixed_assets
Type
text
Sample
                       
Purchases in Thousands SR
               

No description available for this field.

Name (identifier)
purchases_in_thousands_sr
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"purchases-of-fixed-assets-by-type-and-economic-activity",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/purchases-of-fixed-assets-by-type-and-economic-activity"
      }
    ]
    ,
  • "definitions":
    {
    • "purchases-of-fixed-assets-by-type-and-economic-activity":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/purchases-of-fixed-assets-by-type-and-economic-activity_records"
            }
          }
        }
      }
      ,
    • "purchases-of-fixed-assets-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":""
              }
              ,
            • "type_of_fixed_assets":
              {
              • "type":"string",
              • "title":"Type of Fixed Assets",
              • "description":""
              }
              ,
            • "purchases_in_thousands_sr":
              {
              • "type":"number",
              • "title":"Purchases in Thousands SR",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets