mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 06:13:51 +01:00 
			
		
		
		
	 54205c7a29
			
		
	
	
		54205c7a29
		
			
		
	
	
	
	
		
			
			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"
 | |
|     ]
 | |
| }
 |