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 759759 "vendorName" : {
760760 "$ref" : " #/components/schemas/vendorName"
761761 },
762+ "vendorPlanId" : {
763+ "$ref" : " #/components/schemas/vendorPlanId"
764+ },
762765 "vendorProductId" : {
763766 "$ref" : " #/components/schemas/vendorProductId"
764767 },
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" ,
You can’t perform that action at this time.
0 commit comments