mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-08 14:07:52 +02:00
added shoes field and additional terms in shoe store preset (#669)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "shoes",
|
||||
"type": "semiCombo",
|
||||
"label": "Shoes"
|
||||
}
|
||||
@@ -4,6 +4,11 @@
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"shoes",
|
||||
"{shop}"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "shoes"
|
||||
},
|
||||
@@ -14,7 +19,10 @@
|
||||
"heels",
|
||||
"loafers",
|
||||
"oxfords",
|
||||
"sneakers"
|
||||
"sneakers",
|
||||
"footwear",
|
||||
"sandals",
|
||||
"slippers"
|
||||
],
|
||||
"name": "Shoe Store"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user