{ "version": 1, "title": "Infrastructure Inspection", "fields": [ { "id": "asset_id", "type": "barcode", "label": "Asset ID", "required": true, "hint": "Scan the asset barcode or QR code" }, { "id": "location", "type": "geopoint", "label": "Location", "required": true }, { "id": "asset_type", "type": "select_one", "label": "Asset Type", "required": true, "options": [ {"value": "road", "label": "Road"}, {"value": "bridge", "label": "Bridge"}, {"value": "building", "label": "Building"}, {"value": "streetlight", "label": "Street Light"}, {"value": "drainage", "label": "Drainage / Storm Drain"}, {"value": "signage", "label": "Signage"}, {"value": "other", "label": "Other"} ] }, { "id": "condition", "type": "select_one", "label": "Condition", "required": true, "options": [ {"value": "good", "label": "Good"}, {"value": "fair", "label": "Fair"}, {"value": "poor", "label": "Poor"}, {"value": "critical", "label": "Critical — Immediate Action Required"} ] }, { "id": "defects", "type": "select_multiple", "label": "Defects Observed", "options": [ {"value": "crack", "label": "Crack"}, {"value": "corrosion", "label": "Corrosion / Rust"}, {"value": "pothole", "label": "Pothole"}, {"value": "flooding", "label": "Flooding / Standing Water"}, {"value": "vandalism", "label": "Vandalism"}, {"value": "missing_part", "label": "Missing Part"}, {"value": "none", "label": "No Defects"} ] }, { "id": "photo", "type": "photo", "label": "Photo" }, { "id": "notes", "type": "textarea", "label": "Notes" } ] }