mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 08:43:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			333 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			333 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "key": "reservation",
 | 
						|
    "type": "combo",
 | 
						|
    "label": "Reservations",
 | 
						|
    "strings": {
 | 
						|
        "options": {
 | 
						|
            "yes": "Accepted",
 | 
						|
            "no": "Not Accepted",
 | 
						|
            "required": "Required",
 | 
						|
            "recommended": "Recommended"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "autoSuggestions": false,
 | 
						|
    "customValues": false
 | 
						|
}
 |