Skip to content

Commit 26d9a85

Browse files
OAS Update
1 parent 0278413 commit 26d9a85

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

services/stackit-marketplace/v1/stackit-marketplace.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@
244244
"$ref": "#/components/schemas/bool"
245245
}
246246
],
247-
"description": "If true, the product is not fully integrated but only listed. Product listings may not have prices and support information."
247+
"deprecated": true,
248+
"description": "If true, the product is not fully integrated but only listed. Product listings may not have prices and support information. \n\nDeprecated: Will be removed after 16.12.2025. Please use `offerType` as replacement."
248249
},
249250
"lifecycleState": {
250251
"$ref": "#/components/schemas/productLifecycleState"
@@ -255,6 +256,9 @@
255256
"name": {
256257
"$ref": "#/components/schemas/productName"
257258
},
259+
"offerType": {
260+
"$ref": "#/components/schemas/offerType"
261+
},
258262
"pricingOptions": {
259263
"description": "The list of pricing options.",
260264
"items": {
@@ -317,7 +321,7 @@
317321
"documentationUrl",
318322
"highlights",
319323
"vendor",
320-
"isProductListing",
324+
"offerType",
321325
"lifecycleState"
322326
],
323327
"type": "object"
@@ -1033,6 +1037,16 @@
10331037
"pattern": "^[a-zA-ZäüöÄÜÖ0-9,.!?()@\\/:=\\n\\t -]+$",
10341038
"type": "string"
10351039
},
1040+
"offerType": {
1041+
"description": "The offer type of a product reflecting the business model.",
1042+
"enum": [
1043+
"OFFER_LISTING",
1044+
"OFFER_RESELLING"
1045+
],
1046+
"example": "OFFER_LISTING",
1047+
"format": "enum",
1048+
"type": "string"
1049+
},
10361050
"priceType": {
10371051
"description": "The product's price type.",
10381052
"enum": [

0 commit comments

Comments
 (0)