mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-14 01:32:53 +00: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>
12 lines
186 B
JSON
12 lines
186 B
JSON
{
|
|
"key": "highchair",
|
|
"type": "check",
|
|
"label": "High Chair",
|
|
"terms": [
|
|
"booster",
|
|
"booster seat",
|
|
"feeding chair",
|
|
"kids chair"
|
|
]
|
|
}
|