From 9de16b5dfe8dc6403d64ffa65439cce87f0ffee6 Mon Sep 17 00:00:00 2001 From: Max Martens Date: Tue, 3 Sep 2024 21:08:08 +0200 Subject: [PATCH] Empty list instead of null --- src/openapi/products/ABTProducts-v2.2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openapi/products/ABTProducts-v2.2.json b/src/openapi/products/ABTProducts-v2.2.json index e6f73ee..7a4ad0d 100644 --- a/src/openapi/products/ABTProducts-v2.2.json +++ b/src/openapi/products/ABTProducts-v2.2.json @@ -42,7 +42,7 @@ "examples": { "No products / Empty list": { "value": { - "Entries": null, + "Entries": [], "href": null } },