Coal Prices
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"coal-prices",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/coal-prices"
}
] - "definitions":{
- "coal-prices":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/coal-prices_records"
}
}
} - "records":
} - "properties":
- "coal-prices_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "us_dollars_per_tonne":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "coal_prices_us_dollars_tonne":{
- "type":"number",
- "title":"Coal Prices (US dollars /tonne)",
- "description":""
}
} - "us_dollars_per_tonne":
}
} - "fields":
} - "properties":
} - "coal-prices":