{ "version": 1, "title": "Tutorial — GPS Route Tracking", "fields": [ { "id": "intro", "type": "note", "label": "The route field records a timed GPS track — like a GPX file. Use it to trace a path, a field boundary, or a patrol route. The app records a GPS point every few seconds. You can pause and resume. The result exports as GPX." }, { "id": "route_name", "type": "text", "label": "Route Name", "required": true }, { "id": "route_type", "type": "select_one", "label": "Route Type", "options": [ {"value": "patrol", "label": "Patrol / Inspection Route"}, {"value": "boundary", "label": "Field / Area Boundary"}, {"value": "transect", "label": "Survey Transect"}, {"value": "path", "label": "Access Path / Trail"}, {"value": "other", "label": "Other"} ] }, { "id": "route", "type": "route", "label": "Recorded Route", "required": true, "hint": "Press Start to begin recording. Press Pause to pause, Stop when done." }, { "id": "photo", "type": "photo", "label": "Photo" }, { "id": "notes", "type": "textarea", "label": "Notes" } ] }