Countries net-zero targets
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"net-zero-targets",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/net-zero-targets"
}
] - "definitions":{
- "net-zero-targets":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/net-zero-targets_records"
}
}
} - "records":
} - "properties":
- "net-zero-targets_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "net_zero_target_year":,{
- "type":"string",
- "title":"Net-zero Target Year",
- "description":""
} - "net_zero_target_status":,{
- "type":"string",
- "title":"Net-zero Target Status",
- "description":""
} - "coverage_of_ghgs":,{
- "type":"string",
- "title":"Coverage of GHGs",
- "description":""
} - "coverage_of_domestic_sectors":,{
- "type":"string",
- "title":"Coverage of Domestic Sectors",
- "description":""
} - "includes_international_shipping_and_aviation":,{
- "type":"string",
- "title":"Includes International Shipping and Aviation",
- "description":""
} - "includes_separate_targets_for_gross_and_net_reductions":,{
- "type":"string",
- "title":"Includes Separate Targets for Gross and Net Reductions",
- "description":""
} - "includes_international_offsets":,{
- "type":"string",
- "title":"Includes International Offsets",
- "description":""
} - "net_zero_target_source_1":,{
- "type":"string",
- "title":"Net-zero Target Source 1",
- "description":""
} - "net_zero_target_source_2":,{
- "type":"string",
- "title":"Net-zero Target Source 2",
- "description":""
} - "net_zero_target_source_3":,{
- "type":"string",
- "title":"Net-zero Target Source 3",
- "description":""
} - "net_zero_target_source_4":,{
- "type":"string",
- "title":"Net-zero Target Source 4",
- "description":""
} - "net_zero_target_source_5":{
- "type":"string",
- "title":"Net-zero Target Source 5",
- "description":""
}
} - "country":
}
} - "fields":
} - "properties":
} - "net-zero-targets":