Total Reserves Minus Gold at Current Prices
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "total-reserves-minus-gold-at-current-prices":