Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"world-city-level-examples-renewable-targets-2015-2050@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/world-city-level-examples-renewable-targets-2015-2050@kapsarc"
}
] - "definitions":{
- "world-city-level-examples-renewable-targets-2015-2050@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/world-city-level-examples-renewable-targets-2015-2050@kapsarc_records"
}
}
} - "records":
} - "properties":
- "world-city-level-examples-renewable-targets-2015-2050@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "city":,{
- "type":"string",
- "title":"City",
- "description":""
} - "state":,{
- "type":"string",
- "title":"State",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "target":,{
- "type":"string",
- "title":"Target",
- "description":""
} - "target_year":{
- "type":"string",
- "format":"date",
- "title":"Target Year",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "world-city-level-examples-renewable-targets-2015-2050@kapsarc":
}