Annual global GHG emissions by country
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"total-global-greenhouse-gas-emissions",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/total-global-greenhouse-gas-emissions"
}
] - "definitions":{
- "total-global-greenhouse-gas-emissions":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/total-global-greenhouse-gas-emissions_records"
}
}
} - "records":
} - "properties":
- "total-global-greenhouse-gas-emissions_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "substance":,{
- "type":"string",
- "title":"Substance",
- "description":""
} - "ipcc_annex":,{
- "type":"string",
- "title":"IPCC_annex",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "c_group_im24_sh":,{
- "type":"string",
- "title":"Country group",
- "description":""
} - "country_code_a3":,{
- "type":"string",
- "title":"Country code",
- "description":""
} - "name":{
- "type":"string",
- "title":"Country",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "total-global-greenhouse-gas-emissions":