mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 16:53:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			386 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			386 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "type": "radio",
 | 
						|
    "keys": [
 | 
						|
        "male",
 | 
						|
        "female",
 | 
						|
        "unisex"
 | 
						|
    ],
 | 
						|
    "label": "Gender",
 | 
						|
    "placeholder": "Unknown",
 | 
						|
    "strings": {
 | 
						|
        "options": {
 | 
						|
            "male": "Male",
 | 
						|
            "female": "Female",
 | 
						|
            "unisex": "Unisex"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "terms": [
 | 
						|
        "access",
 | 
						|
        "female",
 | 
						|
        "male",
 | 
						|
        "unisex"
 | 
						|
    ]
 | 
						|
}
 |