Agri-Environmental Indicators / Pesticides
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"environment_pesticides_e_all_data",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/environment_pesticides_e_all_data"
}
] - "definitions":{
- "environment_pesticides_e_all_data":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/environment_pesticides_e_all_data_records"
}
}
} - "records":
} - "properties":
- "environment_pesticides_e_all_data_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "area":,{
- "type":"string",
- "title":"Area",
- "description":""
} - "item":,{
- "type":"string",
- "title":"Item",
- "description":""
} - "element":,{
- "type":"string",
- "title":"Element",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "unit":,{
- "type":"string",
- "title":"Unit",
- "description":""
} - "area_code_m49":,{
- "type":"string",
- "format":"date",
- "title":"Area Code (M49)",
- "description":""
} - "note":{
- "type":"string",
- "title":"Note",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "environment_pesticides_e_all_data":