Emission pathways

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Country / Region
               

No description available for this field.

Name (identifier)
country_region
Type
text
Sample
                       
Model
               

No description available for this field.

Name (identifier)
model
Type
text
Sample
                       
Scenario
               

No description available for this field.

Name (identifier)
scenario
Type
text
Sample
                       
Category
               

No description available for this field.

Name (identifier)
category
Type
text
Sample
                       
Subcategory
               

No description available for this field.

Name (identifier)
subcategory
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Composite name
               

No description available for this field.

Name (identifier)
composite_name
Type
text
Sample
                       
Definition
               

No description available for this field.

Name (identifier)
definition
Type
text
Sample
                       
Unit
               

No description available for this field.

Name (identifier)
unit
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"emission_pathways",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/emission_pathways"
      }
    ]
    ,
  • "definitions":
    {
    • "emission_pathways":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/emission_pathways_records"
            }
          }
        }
      }
      ,
    • "emission_pathways_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "country_region":
              {
              • "type":"string",
              • "title":"Country / Region",
              • "description":""
              }
              ,
            • "model":
              {
              • "type":"string",
              • "title":"Model",
              • "description":""
              }
              ,
            • "scenario":
              {
              • "type":"string",
              • "title":"Scenario",
              • "description":""
              }
              ,
            • "category":
              {
              • "type":"string",
              • "title":"Category",
              • "description":""
              }
              ,
            • "subcategory":
              {
              • "type":"string",
              • "title":"Subcategory",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "composite_name":
              {
              • "type":"string",
              • "title":"Composite name",
              • "description":""
              }
              ,
            • "definition":
              {
              • "type":"string",
              • "title":"Definition",
              • "description":""
              }
              ,
            • "unit":
              {
              • "type":"string",
              • "title":"Unit",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets