develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
2 changed files with 14 additions and 14 deletions
Showing only changes of commit 40d00ae61b - Show all commits

View File

@ -54,7 +54,7 @@ paths:
summary: List containing one product with many null attributes summary: List containing one product with many null attributes
description: |- description: |-
Most product attributes are optional on a database level and can thus be null; this example shows that all attributes as defined in the schema are always represented in the response, even if null. \ Most product attributes are optional on a database level and can thus be null; this example shows that all attributes as defined in the schema are always represented in the response, even if null. \
**Empty lists/arrays show up as null, not as "[]"!** **Empty lists/arrays show up as "[]", not as null!**
value: value:
{ {
"Entries": [ "Entries": [
@ -64,8 +64,8 @@ paths:
"productName": null, "productName": null,
"productDescription": null, "productDescription": null,
"productCategory": null, "productCategory": null,
"tokenTypes": null, "tokenTypes": [],
"sellableTouchPointIds": null, "sellableTouchPointIds": [],
"amountInclTax": null, "amountInclTax": null,
"imageReference": null, "imageReference": null,
"productPageUrl": null, "productPageUrl": null,
@ -94,7 +94,7 @@ paths:
"isTravelProduct": false, "isTravelProduct": false,
"name": "Barcode" "name": "Barcode"
}, },
"tokenTypes": null, "tokenTypes": [],
"sellableTouchPointIds": [ "sellableTouchPointIds": [
1, 1,
2 2
@ -127,7 +127,7 @@ paths:
"isTravelProduct": false, "isTravelProduct": false,
"name": "Barcode" "name": "Barcode"
}, },
"tokenTypes": null, "tokenTypes": [],
"sellableTouchPointIds": [ "sellableTouchPointIds": [
3, 3,
4 4
@ -160,7 +160,7 @@ paths:
"isTravelProduct": true, "isTravelProduct": true,
"name": "Afgekocht reisrecht" "name": "Afgekocht reisrecht"
}, },
"tokenTypes": null, "tokenTypes": [],
"sellableTouchpointIds": [ "sellableTouchpointIds": [
4 4
], ],
@ -192,7 +192,7 @@ paths:
"isTravelProduct": false, "isTravelProduct": false,
"name": "Barcode" "name": "Barcode"
}, },
"tokenTypes": null, "tokenTypes": [],
"sellableTouchPointIds": [ "sellableTouchPointIds": [
3, 3,
4 4

View File

@ -54,7 +54,7 @@ paths:
summary: List containing one product with many null attributes summary: List containing one product with many null attributes
description: |- description: |-
Most product attributes are optional on a database level and can thus be null; this example shows that all attributes as defined in the schema are always represented in the response, even if null. \ Most product attributes are optional on a database level and can thus be null; this example shows that all attributes as defined in the schema are always represented in the response, even if null. \
**Empty lists/arrays show up as null, not as "[]"!** **Empty lists/arrays show up as "[]", not as null!**
value: value:
{ {
"Entries": [ "Entries": [
@ -64,8 +64,8 @@ paths:
"productName": null, "productName": null,
"productDescription": null, "productDescription": null,
"productCategory": null, "productCategory": null,
"tokenTypes": null, "tokenTypes": [],
"sellableTouchPointIds": null, "sellableTouchPointIds": [],
"amountInclTax": null, "amountInclTax": null,
"imageReference": null, "imageReference": null,
"productPageUrl": null, "productPageUrl": null,
@ -94,7 +94,7 @@ paths:
"isTravelProduct": false, "isTravelProduct": false,
"name": "Barcode" "name": "Barcode"
}, },
"tokenTypes": null, "tokenTypes": [],
"sellableTouchPointIds": [ "sellableTouchPointIds": [
1, 1,
2 2
@ -127,7 +127,7 @@ paths:
"isTravelProduct": false, "isTravelProduct": false,
"name": "Barcode" "name": "Barcode"
}, },
"tokenTypes": null, "tokenTypes": [],
"sellableTouchPointIds": [ "sellableTouchPointIds": [
3, 3,
4 4
@ -160,7 +160,7 @@ paths:
"isTravelProduct": true, "isTravelProduct": true,
"name": "Afgekocht reisrecht" "name": "Afgekocht reisrecht"
}, },
"tokenTypes": null, "tokenTypes": [],
"sellableTouchpointIds": [ "sellableTouchpointIds": [
3 3
], ],
@ -230,7 +230,7 @@ paths:
"isTravelProduct": false, "isTravelProduct": false,
"name": "Barcode" "name": "Barcode"
}, },
"tokenTypes": null, "tokenTypes": [],
"sellableTouchPointIds": [ "sellableTouchPointIds": [
3, 3,
4 4