Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/response.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"values": [
{
"value": "Green",
"colorCode": "#00FF00"
"color": "#00FF00"
}
]
}
Expand Down
6 changes: 2 additions & 4 deletions resources/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
],
"description": "In case of a selected-filter, this property indicates whether the frequency is the number of additional products you'll get after selecting the filter (additive), or whether it's the total number of results you'll have after selecting the filter (absolute)."
},
"colorCode": {
"color": {
"description": "For color filters, the hexadecimal code corresponding to the color. The filter's value is the configured color name in such a case.",
"type": "string",
"pattern": "^#[0-9A-Fa-f]{6}$"
Expand Down Expand Up @@ -259,7 +259,6 @@
"count",
"serviceId",
"usergroup",
"userId",
"order"
]
},
Expand Down Expand Up @@ -342,7 +341,6 @@
"landingpage",
"promotion",
"searchConcept",
"requestId",
"effectiveQuery",
"totalResults",
"currencySymbol"
Expand Down Expand Up @@ -445,7 +443,7 @@
}
},
"productPlacement": {
"type": "string",
"type": ["string", "null"],
"minLength": 1,
"description": "In case a Product Placement matches the product, this is its name."
},
Expand Down