mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 00:33:53 +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"
 | 
						|
    ]
 | 
						|
}
 |