mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 06:13:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			396 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			396 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "oneway",
 | |
|     "type": "onewayCheck",
 | |
|     "label": "One Way",
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "undefined": "Assumed to be No",
 | |
|             "yes": "Yes",
 | |
|             "no": "No",
 | |
|             "reversible": "Reversible",
 | |
|             "alternating": "Alternating"
 | |
|         }
 | |
|     },
 | |
|     "terms": [
 | |
|         "bidirectional",
 | |
|         "oneway",
 | |
|         "unidirectional"
 | |
|     ]
 | |
| }
 | 
