Releases: findologic/json-response-schema
Releases · findologic/json-response-schema
0.6.2
Add new bestVariant
property to main items in variant responses. For compatibility reasons, this property is only shown when enabled via API parameter (and variants are available).
v0.5.2
Allow absolute paths in addition to valid URLs as landingpage- and promotion targets. This already worked before, so the schema was relaxed to match reality.
v0.5.1
- Make prices for variant items non-nullable, defaulting to zero.
v0.5.0
- Add full support for variant information below top-level items.
- This change is compatible with existing integrations, because the added information is only returned in case variants are enabled.
v0.4.2
- Bring schema up to par with reality:
- Rename color filter value property
colorCode
to color
.
- Make
requestId
and userId
optional, depending on whether the parameter has been supplied.
- Make the name of a matching product placement on an item nullable.
v0.4.1
- Fix category filter structure.
- Add currency information to price filter.
- Include
imageUrl
in product information.
v0.4.0
- Merge selected- and available filters into a single
filters
structure.
- Clarify how multiple selected filters can be combined.
v0.3.2
- Document image filter URL property.
v0.3.1
- Add missing
pinnedFilterValueCount
property to dropdown filters.
v0.3.0
- Document that only properties requested via the
properties[]
parameters are returned in the response.