mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 14:23:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			367 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			367 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "maxstay",
 | |
|     "type": "combo",
 | |
|     "label": "Max Stay",
 | |
|     "options": [
 | |
|         "15 minutes",
 | |
|         "30 minutes",
 | |
|         "45 minutes",
 | |
|         "1 hour",
 | |
|         "1.5 hours",
 | |
|         "2 hours",
 | |
|         "2.5 hours",
 | |
|         "3 hours",
 | |
|         "4 hours",
 | |
|         "1 day",
 | |
|         "2 days"
 | |
|     ],
 | |
|     "autoSuggestions": false,
 | |
|     "snake_case": false
 | |
| }
 | 
