mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 14:23:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			332 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			332 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "dog",
 | |
|     "type": "combo",
 | |
|     "label": "Dogs",
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "yes": "Allowed",
 | |
|             "leashed": "Leashed Only",
 | |
|             "no": "Not Allowed"
 | |
|         }
 | |
|     },
 | |
|     "autoSuggestions": false,
 | |
|     "customValues": false,
 | |
|     "terms": [
 | |
|         "animals",
 | |
|         "pets"
 | |
|     ]
 | |
| }
 | 
