Skip to content

Commit 791b282

Browse files
OAS Update
1 parent 053387e commit 791b282

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,9 @@
759759
"vendorName": {
760760
"$ref": "#/components/schemas/vendorName"
761761
},
762+
"vendorPlanId": {
763+
"$ref": "#/components/schemas/vendorPlanId"
764+
},
762765
"vendorProductId": {
763766
"$ref": "#/components/schemas/vendorProductId"
764767
},
@@ -1150,6 +1153,12 @@
11501153
"pattern": "^[a-zA-ZäüöÄÜÖ0-9,.!?()@\\/:=\\n\\t -]+$",
11511154
"type": "string"
11521155
},
1156+
"vendorPlanId": {
1157+
"description": "The vendor provided plan ID.",
1158+
"example": "custom-plan-id-123",
1159+
"pattern": "^[a-zA-Z0-9](?:[a-zA-Z0-9_+\u0026-]){0,39}$",
1160+
"type": "string"
1161+
},
11531162
"vendorProductId": {
11541163
"description": "The vendor provided product ID.",
11551164
"example": "custom-vendor-id-123",

0 commit comments

Comments
 (0)