Voluntary Carbon Market (VCM) Total value, volume, price, issuances and retirements of traded carbon credits
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"voluntary-carbon-market-transaction-value-volume-and-price",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/voluntary-carbon-market-transaction-value-volume-and-price"
}
] - "definitions":{
- "voluntary-carbon-market-transaction-value-volume-and-price":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/voluntary-carbon-market-transaction-value-volume-and-price_records"
}
}
} - "records":
} - "properties":
- "voluntary-carbon-market-transaction-value-volume-and-price_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "attribute":,{
- "type":"string",
- "title":"Attribute",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "unit":{
- "type":"string",
- "title":"Unit",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "voluntary-carbon-market-transaction-value-volume-and-price":