records

records

Active filters Clear all

No active filters

Filters

Annual volume of carbon credits issued by the carbon crediting mechanisms

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Name of the mechanism
               

No description available for this field.

Name (identifier)
name_of_the_mechanism
Type
text
Sample
                       
Crediting mechanism type
               

No description available for this field.

Name (identifier)
crediting_mechanism_type
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Volume (ktonCO2e)
               

No description available for this field.

Name (identifier)
volume_ktonco2e
Type
decimal
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets