CO2 Emissions by Sectors

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Region/Country/Economy
               

No description available for this field.

Name (identifier)
region_country_economy
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Sectors
               

No description available for this field.

Name (identifier)
sectors
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
Unit
               

No description available for this field.

Name (identifier)
unit
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"co2-emissions-by-sectors",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/co2-emissions-by-sectors"
      }
    ]
    ,
  • "definitions":
    {
    • "co2-emissions-by-sectors":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/co2-emissions-by-sectors_records"
            }
          }
        }
      }
      ,
    • "co2-emissions-by-sectors_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "region_country_economy":
              {
              • "type":"string",
              • "title":"Region/Country/Economy",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator ",
              • "description":""
              }
              ,
            • "sectors":
              {
              • "type":"string",
              • "title":"Sectors",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
              ,
            • "unit":
              {
              • "type":"string",
              • "title":"Unit ",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets