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 759
759
"vendorName" : {
760
760
"$ref" : " #/components/schemas/vendorName"
761
761
},
762
+ "vendorPlanId" : {
763
+ "$ref" : " #/components/schemas/vendorPlanId"
764
+ },
762
765
"vendorProductId" : {
763
766
"$ref" : " #/components/schemas/vendorProductId"
764
767
},
1150
1153
"pattern" : " ^[a-zA-ZäüöÄÜÖ0-9,.!?()@\\ /:=\\ n\\ t -]+$" ,
1151
1154
"type" : " string"
1152
1155
},
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
+ },
1153
1162
"vendorProductId" : {
1154
1163
"description" : " The vendor provided product ID." ,
1155
1164
"example" : " custom-vendor-id-123" ,
You can’t perform that action at this time.
0 commit comments