{ "version": 1, "title": "Tutorial — Barcode Scanning", "fields": [ { "id": "intro", "type": "note", "label": "This form shows how to use the barcode scanner. The camera opens automatically when you tap the field. Supports QR codes, Code 128, EAN, and most standard barcode formats." }, { "id": "item_barcode", "type": "barcode", "label": "Item Barcode", "required": true, "hint": "Tap to open camera and scan" }, { "id": "location", "type": "geopoint", "label": "Location" }, { "id": "quantity", "type": "number", "label": "Quantity" }, { "id": "notes", "type": "textarea", "label": "Notes" } ] }