File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
services/stackit-marketplace/v1 Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 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" ,
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"
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" ,
You can’t perform that action at this time.
0 commit comments