mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 00:33:53 +01:00 
			
		
		
		
	and limit offered values of `dog` field on dog-specific features to just =leashed`/`unleashed`: `no` does generally not make sense on these, and `yes`/`designated` is already implied by the primary tag.
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			381 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			381 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "key": "dog",
 | 
						|
    "type": "combo",
 | 
						|
    "label": "Dogs",
 | 
						|
    "strings": {
 | 
						|
        "options": {
 | 
						|
            "yes": "Allowed",
 | 
						|
            "leashed": "Leashed Only",
 | 
						|
            "unleashed": "Leashes Not Required",
 | 
						|
            "no": "Not Allowed"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "autoSuggestions": false,
 | 
						|
    "customValues": false,
 | 
						|
    "terms": [
 | 
						|
        "animals",
 | 
						|
        "pets"
 | 
						|
    ]
 | 
						|
}
 |