Annual change GDP Saudi Arabia

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
                       
GDP (US $)
               

No description available for this field.

Name (identifier)
gdp_us
Type
decimal
Sample
                       
Annual Change %
               

No description available for this field.

Name (identifier)
annual_change
Type
decimal
Unit
%
Sample
                       

JSON Schema

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

{
  • "title":"annual-change-gdp-saudi-arabia",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/annual-change-gdp-saudi-arabia"
      }
    ]
    ,
  • "definitions":
    {
    • "annual-change-gdp-saudi-arabia":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/annual-change-gdp-saudi-arabia_records"
            }
          }
        }
      }
      ,
    • "annual-change-gdp-saudi-arabia_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "title":"Year",
              • "description":""
              }
              ,
            • "gdp_us":
              {
              • "type":"number",
              • "title":"GDP (US $)",
              • "description":""
              }
              ,
            • "annual_change":
              {
              • "type":"number",
              • "title":"Annual Change %",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets