{ "version": 1, "title": "Agricultural Field Survey", "fields": [ { "id": "location", "type": "geopoint", "label": "Field Location", "required": true }, { "id": "field_boundary", "type": "route", "label": "Field Boundary", "hint": "Walk the perimeter of the field to record its boundary" }, { "id": "crop_type", "type": "select_one", "label": "Crop Type", "required": true, "options": [ {"value": "maize", "label": "Maize / Corn"}, {"value": "wheat", "label": "Wheat"}, {"value": "rice", "label": "Rice"}, {"value": "soybean", "label": "Soybean"}, {"value": "potato", "label": "Potato"}, {"value": "cassava", "label": "Cassava"}, {"value": "vegetables", "label": "Vegetables (mixed)"}, {"value": "fruit", "label": "Fruit Trees"}, {"value": "pasture", "label": "Pasture / Grassland"}, {"value": "other", "label": "Other"} ] }, { "id": "area_ha", "type": "number", "label": "Estimated Area (hectares)" }, { "id": "irrigation_type", "type": "select_one", "label": "Irrigation Type", "options": [ {"value": "rainfed", "label": "Rainfed (no irrigation)"}, {"value": "drip", "label": "Drip"}, {"value": "sprinkler", "label": "Sprinkler"}, {"value": "flood", "label": "Flood"}, {"value": "canal", "label": "Canal"} ] }, { "id": "land_ownership", "type": "select_one", "label": "Land Ownership", "options": [ {"value": "owner", "label": "Owner"}, {"value": "tenant", "label": "Tenant / Renter"}, {"value": "communal", "label": "Communal"}, {"value": "government", "label": "Government"} ] }, { "id": "photo", "type": "photo", "label": "Field Photo" }, { "id": "notes", "type": "textarea", "label": "Notes" } ] }