GDP (constant 2010 US$), GDP Growth

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
                       
Country
               

No description available for this field.

Name (identifier)
country_name
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
series_name
Type
text
Sample
                       
Value
               

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":"gdp-constant-2010-us-gdp-growth",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/gdp-constant-2010-us-gdp-growth"
      }
    ]
    ,
  • "definitions":
    {
    • "gdp-constant-2010-us-gdp-growth":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/gdp-constant-2010-us-gdp-growth_records"
            }
          }
        }
      }
      ,
    • "gdp-constant-2010-us-gdp-growth_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "country_name":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "series_name":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets