mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 08:43:50 +01:00 
			
		
		
		
	also partially addresses #895 and https://github.com/openstreetmap/iD/issues/7427: for that iD should actually also show the "no" values allow explicitly marking the absense of certain options
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			390 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			390 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "type": "manyCombo",
 | 
						|
    "keys": [
 | 
						|
        "male",
 | 
						|
        "female",
 | 
						|
        "unisex"
 | 
						|
    ],
 | 
						|
    "label": "Gender",
 | 
						|
    "placeholder": "Unknown",
 | 
						|
    "strings": {
 | 
						|
        "options": {
 | 
						|
            "male": "Male",
 | 
						|
            "female": "Female",
 | 
						|
            "unisex": "Unisex"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "terms": [
 | 
						|
        "access",
 | 
						|
        "female",
 | 
						|
        "male",
 | 
						|
        "unisex"
 | 
						|
    ]
 | 
						|
}
 |