Percentage of Ammonia (NH3) Emissions From Agriculture
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"agri-environmental-indicators-air-and-climate-change",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/agri-environmental-indicators-air-and-climate-change"
}
] - "definitions":{
- "agri-environmental-indicators-air-and-climate-change":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/agri-environmental-indicators-air-and-climate-change_records"
}
}
} - "records":
} - "properties":
- "agri-environmental-indicators-air-and-climate-change_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "value":,{
- "type":"number",
- "title":"% of total NH3 emissions from agriculture",
- "description":""
} - "unit":{
- "type":"string",
- "title":"Unit",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "agri-environmental-indicators-air-and-climate-change":