Annual volume of carbon credits issued by the carbon crediting mechanisms
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"annual-volume-of-issuances-by-crediting-mechanism",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/annual-volume-of-issuances-by-crediting-mechanism"
}
] - "definitions":{
- "annual-volume-of-issuances-by-crediting-mechanism":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/annual-volume-of-issuances-by-crediting-mechanism_records"
}
}
} - "records":
} - "properties":
- "annual-volume-of-issuances-by-crediting-mechanism_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "name_of_the_mechanism":,{
- "type":"string",
- "title":"Name of the mechanism",
- "description":""
} - "crediting_mechanism_type":,{
- "type":"string",
- "title":"Crediting mechanism type",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "volume_ktonco2e":{
- "type":"number",
- "title":"Volume (ktonCO2e)",
- "description":""
}
} - "name_of_the_mechanism":
}
} - "fields":
} - "properties":
} - "annual-volume-of-issuances-by-crediting-mechanism":