{ "version": 1, "title": "Urban Asset Inventory", "fields": [ { "id": "asset_code", "type": "barcode", "label": "Asset Code", "hint": "Scan barcode or enter code manually" }, { "id": "location", "type": "geopoint", "label": "Location", "required": true }, { "id": "asset_type", "type": "select_one", "label": "Asset Type", "required": true, "options": [ {"value": "bench", "label": "Bench"}, {"value": "trash_bin", "label": "Trash Bin"}, {"value": "fire_hydrant", "label": "Fire Hydrant"}, {"value": "manhole", "label": "Manhole"}, {"value": "tree", "label": "Tree"}, {"value": "utility_pole", "label": "Utility Pole"}, {"value": "traffic_light", "label": "Traffic Light"}, {"value": "bus_stop", "label": "Bus Stop"}, {"value": "other", "label": "Other"} ] }, { "id": "ownership", "type": "select_one", "label": "Ownership", "options": [ {"value": "municipal", "label": "Municipal"}, {"value": "national", "label": "National Government"}, {"value": "private", "label": "Private"}, {"value": "unknown", "label": "Unknown"} ] }, { "id": "condition", "type": "select_one", "label": "Condition", "options": [ {"value": "good", "label": "Good"}, {"value": "fair", "label": "Fair"}, {"value": "poor", "label": "Poor"}, {"value": "missing", "label": "Missing / Destroyed"} ] }, { "id": "estimated_age_years", "type": "number", "label": "Estimated Age (years)" }, { "id": "photo", "type": "photo", "label": "Photo" }, { "id": "description", "type": "textarea", "label": "Description / Notes" } ] }