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":""
} - "indicator_type":,{
- "type":"string",
- "title":"Indicator type",
- "description":""
} - "attribute":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "value_imputation":,{
- "type":"string",
- "title":"value imputation",
- "description":""
} - "value_type":,{
- "type":"string",
- "title":"Value type",
- "description":""
} - "g20_group":,{
- "type":"string",
- "title":"G20 group",
- "description":""
} - "regionnum":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "incomenum":{
- "type":"string",
- "title":"Income",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "cce-index-results":