mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 08:43:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			334 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			334 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"
 | 
						|
    ]
 | 
						|
}
 |