Skip to content

Releases: findologic/json-response-schema

0.6.2

12 Sep 07:42
55d2ebb

Choose a tag to compare

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

25 Sep 09:30
5beb89b

Choose a tag to compare

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

20 Jul 14:02
cc9a726

Choose a tag to compare

  • Make prices for variant items non-nullable, defaulting to zero.

v0.5.0

16 Jul 14:19
7d9670b

Choose a tag to compare

  • 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

28 Apr 14:57
99803d5

Choose a tag to compare

  • 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

21 Feb 14:54
c7f61d1

Choose a tag to compare

  • Fix category filter structure.
  • Add currency information to price filter.
  • Include imageUrl in product information.

v0.4.0

20 Feb 12:29
0d48eb7

Choose a tag to compare

  • Merge selected- and available filters into a single filters structure.
  • Clarify how multiple selected filters can be combined.

v0.3.2

05 Feb 13:57
5693c4e

Choose a tag to compare

  • Document image filter URL property.

v0.3.1

29 Jan 16:22
37a535b

Choose a tag to compare

  • Add missing pinnedFilterValueCount property to dropdown filters.

v0.3.0

28 Jan 10:41
1d7786e

Choose a tag to compare

  • Document that only properties requested via the properties[] parameters are returned in the response.