Average Domestic Tariff 250-3000 KWh/Month
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"average-domestic-tariff-250-3000-kwhmonth",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/average-domestic-tariff-250-3000-kwhmonth"
}
] - "definitions":{
- "average-domestic-tariff-250-3000-kwhmonth":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/average-domestic-tariff-250-3000-kwhmonth_records"
}
}
} - "records":
} - "properties":
- "average-domestic-tariff-250-3000-kwhmonth_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "country":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "average_tariff_for_3000_kwh_cent":,{
- "type":"number",
- "title":"Average Tariff for 3000 KWh (Cent)",
- "description":""
} - "average_tariff_for_2000_kwh_cent":,{
- "type":"number",
- "title":"Average Tariff for 2000 KWh (Cent)",
- "description":""
} - "average_tariff_for_1000_kwh_cent":,{
- "type":"number",
- "title":"Average Tariff for 1000 KWh (Cent)",
- "description":""
} - "average_tariff_for_750_kwh_cent":,{
- "type":"number",
- "title":"Average Tariff for 750 KWh (Cent)",
- "description":""
} - "average_tariff_for_500_kwh_cent":,{
- "type":"number",
- "title":"Average Tariff for 500 KWh (Cent)",
- "description":""
} - "average_tariff_for_250_kwh_cent":,{
- "type":"number",
- "title":"Average Tariff for 250 KWh (Cent)",
- "description":""
} - "year":{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
}
} - "country":
}
} - "fields":
} - "properties":
} - "average-domestic-tariff-250-3000-kwhmonth":