The Circular Carbon Economy Index 2021
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"cce-index-results",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/cce-index-results"
}
] - "definitions":{
- "cce-index-results":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/cce-index-results_records"
}
}
} - "records":
} - "properties":
- "cce-index-results_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country_name":,{
- "type":"string",
- "title":"Country name",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "income_group":,{
- "type":"string",
- "title":"Income group",
- "description":""
} - "regional_group":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "g20_member":,{
- "type":"string",
- "title":"G20",
- "description":""
} - "indicator_name":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "type":,{
- "type":"string",
- "title":"Type",
- "description":""
} - "name":{
- "type":"string",
- "title":"Indicator parent",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "cce-index-results":