You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/schema.json
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,10 @@
56
56
"image": {
57
57
"type": "string",
58
58
"description": "In case of an image-filter, this attribute contains a filter-URL "
59
+
},
60
+
"displayName": {
61
+
"type": "string",
62
+
"description": "Name of a category without the full path. This is the rightmost part of the path."
59
63
}
60
64
},
61
65
"additionalProperties": false
@@ -272,6 +276,10 @@
272
276
"minLength": 0,
273
277
"description": "The query that was actually used to serve the results. Relevant for variants like Smart Did-You-Mean that may override the user query."
274
278
},
279
+
"currencySymbol": {
280
+
"type": "string",
281
+
"description": "The shop currency symbol"
282
+
},
275
283
"totalResults": {
276
284
"description": "The total number of matches, going beyond pagination limits.",
0 commit comments