Skip to content

Commit 721e1ed

Browse files
OAS Update
1 parent c677129 commit 721e1ed

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
@@ -674,6 +674,7 @@
674674
"productId": "2ea4b536-07c8-479e-a7a7-41ff724e053f",
675675
"productName": "Test Product Name",
676676
"vendorName": "STACKIT",
677+
"vendorProductId": "vendor-custom-id",
677678
"vendorWebsiteUrl": "https://example.com"
678679
},
679680
"projectId": "c5fedcab-920d-40cd-a06f-e7443db8e7f7",
@@ -837,6 +838,13 @@
837838
"description": "The product's vendor name.",
838839
"type": "string"
839840
},
841+
"vendorProductId": {
842+
"description": "The product ID provided by the Vendor.",
843+
"example": "vendor-custom-id",
844+
"format": "string",
845+
"pattern": "^[a-zA-Z0-9](?:[a-zA-Z0-9_+\u0026-]){0,39}$",
846+
"type": "string"
847+
},
840848
"vendorWebsiteUrl": {
841849
"description": "The vendor's website.",
842850
"type": "string"
@@ -865,6 +873,7 @@
865873
"productId": "2ea4b536-07c8-479e-a7a7-41ff724e053f",
866874
"productName": "Test Product Name",
867875
"vendorName": "STACKIT",
876+
"vendorProductId": "vendor-custom-id",
868877
"vendorWebsiteUrl": "https://example.com"
869878
},
870879
"projectId": "c5fedcab-920d-40cd-a06f-e7443db8e7f7",

0 commit comments

Comments
 (0)