Total Reserves Minus Gold at Current Prices

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
                       
Total Reserves (-Gold) in US$
               

No description available for this field.

Name (identifier)
value
Type
decimal
Unit
$
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator_name
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"total-reserves-minus-gold-at-current-prices",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/total-reserves-minus-gold-at-current-prices"
      }
    ]
    ,
  • "definitions":
    {
    • "total-reserves-minus-gold-at-current-prices":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/total-reserves-minus-gold-at-current-prices_records"
            }
          }
        }
      }
      ,
    • "total-reserves-minus-gold-at-current-prices_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Total Reserves (-Gold) in US$",
              • "description":"",
              • "unit":"$"
              }
              ,
            • "indicator_name":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets