{ "version": 1, "title": "Tutorial — GPS and Photo Capture", "fields": [ { "id": "intro", "type": "note", "label": "This form shows how to capture a GPS location and a photo. Both are stored offline and synced when you reconnect." }, { "id": "location", "type": "geopoint", "label": "Location", "required": true, "hint": "Tap to capture your current GPS coordinates" }, { "id": "photo", "type": "photo", "label": "Photo", "hint": "Take a photo — it will be stored locally and uploaded on sync" }, { "id": "description", "type": "textarea", "label": "Description" } ] }