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
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Mechanism
               

No description available for this field.

Name (identifier)
mechanism
Type
text
Sample
                       
Issued credits
               

No description available for this field.

Name (identifier)
issued_credits
Type
integer
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":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "mechanism":
              {
              • "type":"string",
              • "title":"Mechanism",
              • "description":""
              }
              ,
            • "issued_credits":
              {
              • "type":"integer",
              • "title":"Issued credits",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets