Percentage of Households Who are Willing to Use Solar Energy in their Houses by Region
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"percentage-of-households-who-are-willing-to-use-solar-energy-in-their-houses-by-",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/percentage-of-households-who-are-willing-to-use-solar-energy-in-their-houses-by-"
}
] - "definitions":{
- "percentage-of-households-who-are-willing-to-use-solar-energy-in-their-houses-by-":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/percentage-of-households-who-are-willing-to-use-solar-energy-in-their-houses-by-_records"
}
}
} - "records":
} - "properties":
- "percentage-of-households-who-are-willing-to-use-solar-energy-in-their-houses-by-_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "administrative_region":,{
- "type":"string",
- "title":"Administrative Region",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":{
- "type":"number",
- "title":"Percentage of Households Who are Willing to Use Solar Energy",
- "description":"",
- "unit":"%"
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "percentage-of-households-who-are-willing-to-use-solar-energy-in-their-houses-by-":