National Inventory of Anthropogenic Emissions by Sources and Removals by Sinks of Greenhouse Gases
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"gas-emission-by-major-source-category",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gas-emission-by-major-source-category"
}
] - "definitions":{
- "gas-emission-by-major-source-category":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gas-emission-by-major-source-category_records"
}
}
} - "records":
} - "properties":
- "gas-emission-by-major-source-category_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "gas":,{
- "type":"string",
- "title":"Gas",
- "description":""
} - "source":,{
- "type":"string",
- "title":"Source",
- "description":""
} - "sub_category":,{
- "type":"string",
- "title":"Sub Category",
- "description":""
} - "sub_sub_category":,{
- "type":"string",
- "title":"Sub Sub Category",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "unit":,{
- "type":"string",
- "title":"Unit",
- "description":""
} - "percent_of_total":{
- "type":"number",
- "title":"Percent of Total (%)",
- "description":"",
- "unit":"%"
}
} - "year":
}
} - "fields":
} - "properties":
} - "gas-emission-by-major-source-category":