Real energy price index (2010=100)
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"real-energy-price-index-2010-100",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/real-energy-price-index-2010-100"
}
] - "definitions":{
- "real-energy-price-index-2010-100":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/real-energy-price-index-2010-100_records"
}
}
} - "records":
} - "properties":
- "real-energy-price-index-2010-100_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "price_index":{
- "type":"number",
- "title":"Price Index",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "real-energy-price-index-2010-100":