mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 00:33:53 +01:00 
			
		
		
		
	* add highchair field to cafe,fast_food,restaurant * Update data/fields/highchair.json Co-authored-by: Martin Raifer <martin@raifer.tech> * Rename highchair.json to high_chair.json * Rename high_chair.json to highchair.json * remove fields which don't do anything for type=check Co-authored-by: Martin Raifer <martin@raifer.tech>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			186 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			186 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "key": "highchair",
 | 
						|
    "type": "check",
 | 
						|
    "label": "High Chair",
 | 
						|
    "terms": [
 | 
						|
        "booster",
 | 
						|
        "booster seat",
 | 
						|
        "feeding chair",
 | 
						|
        "kids chair"
 | 
						|
    ]
 | 
						|
}
 |