Emission pathways
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "country_region":
}
} - "fields":
} - "properties":
} - "emission_pathways":