{ "cuisine": { "key": "cuisine", "type": "combo", "indexed": true }, "internet_access": { "key": "internet_access", "title": "Internet Access", "type": "select", "options": ["yes", "no", "wlan", "wired", "terminal"] }, "building_area": { "key": "building", "type": "check", "default": { "area": "yes" } }, "address": { "type": "address", "title": "Address" }, "operator": { "key": "operator", "type": "text" }, "religion": { "key": "religion", "type": "select", "options": ["christian", "muslim", "buddhist", "jewish", "hindu", "shinto", "taoist"] }, "denomination": { "key": "denomination", "type": "combo" }, "building": { "key": "building", "type": "combo" }, "building_yes": { "key": "building", "type": "combo", "default": { "area": "yes" } }, "fee": { "key": "fee", "type": "check" }, "access": { "key": "access", "type": "combo" }, "atm": { "key": "atm", "type": "check" }, "shelter": { "key": "shelter", "type": "check" }, "emergency": { "key": "emergency", "type": "check" }, "oneway": { "key": "oneway", "type": "check" }, "bridge": { "key": "bridge", "type": "check" }, "tunnel": { "key": "tunnel", "type": "check" }, "maxspeed": { "key": "maxspeed", "type": "combo" }, "surface": { "key": "surface", "type": "combo" }, "layer": { "key": "layer", "type": "combo" } }