Climate Change WorldBank Data
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"climate-change-worldbank",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/climate-change-worldbank"
}
] - "definitions":{
- "climate-change-worldbank":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/climate-change-worldbank_records"
}
}
} - "records":
} - "properties":
- "climate-change-worldbank_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "scale":,{
- "type":"string",
- "title":"Scale",
- "description":""
} - "decimals":,{
- "type":"string",
- "title":"Decimals",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "climate-change-worldbank":