Coal: Total proved reserves
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"world-coal-total-proved-reserves-at-end-of-2014",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/world-coal-total-proved-reserves-at-end-of-2014"
}
] - "definitions":{
- "world-coal-total-proved-reserves-at-end-of-2014":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/world-coal-total-proved-reserves-at-end-of-2014_records"
}
}
} - "records":
} - "properties":
- "world-coal-total-proved-reserves-at-end-of-2014_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "anthracite_and_bituminous_million_tonnes":,{
- "type":"number",
- "title":"Anthracite and bituminous (Million Tonnes)",
- "description":""
} - "subbituminous_and_lignite_million_tonnes":,{
- "type":"number",
- "title":"Sub-bituminous and lignite (Million Tonnes)",
- "description":""
} - "total_coal_million_tonnes":,{
- "type":"number",
- "title":"Total Coal (Million Tonnes)",
- "description":""
} - "share_of_total":,{
- "type":"number",
- "title":"Share of total %",
- "description":""
} - "reservers_to_production_ratio":{
- "type":"number",
- "title":"Reserves to Production (R/P) ratio",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "world-coal-total-proved-reserves-at-end-of-2014":