FAOSTAT Emissions (Manure left on pasture)
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"emissions_manure_left_on_pasture",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/emissions_manure_left_on_pasture"
}
] - "definitions":{
- "emissions_manure_left_on_pasture":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/emissions_manure_left_on_pasture_records"
}
}
} - "records":
} - "properties":
- "emissions_manure_left_on_pasture_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "domain0":,{
- "type":"string",
- "title":"Domain",
- "description":""
} - "area":,{
- "type":"string",
- "title":"Area",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "element":,{
- "type":"string",
- "title":"Element",
- "description":""
} - "item":,{
- "type":"string",
- "title":"Item",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "unit":,{
- "type":"string",
- "title":"Unit",
- "description":""
} - "area_code_m49":{
- "type":"integer",
- "title":"Area Code (M49)",
- "description":""
}
} - "domain0":
}
} - "fields":
} - "properties":
} - "emissions_manure_left_on_pasture":