File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
services/stackit-marketplace/v1 Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 334
334
"$ref" : " #/components/schemas/vendorName"
335
335
},
336
336
"vendorId" : {
337
- "$ref" : " #/components/schemas/vendorId "
337
+ "$ref" : " #/components/schemas/UUID "
338
338
},
339
339
"videoUrl" : {
340
340
"allOf" : [
422
422
"$ref" : " #/components/schemas/vendorName"
423
423
},
424
424
"vendorId" : {
425
- "$ref" : " #/components/schemas/vendorId "
425
+ "$ref" : " #/components/schemas/UUID "
426
426
},
427
427
"websiteUrl" : {
428
428
"$ref" : " #/components/schemas/url"
804
804
"$ref" : " #/components/schemas/subscriptionLifecycleState"
805
805
},
806
806
"organizationId" : {
807
- "$ref" : " #/components/schemas/organizationId "
807
+ "$ref" : " #/components/schemas/UUID "
808
808
},
809
809
"product" : {
810
810
"$ref" : " #/components/schemas/SubscriptionProduct"
811
811
},
812
812
"projectId" : {
813
- "$ref" : " #/components/schemas/projectId "
813
+ "$ref" : " #/components/schemas/UUID "
814
814
},
815
815
"subscriptionId" : {
816
- "$ref" : " #/components/schemas/subscriptionId "
816
+ "$ref" : " #/components/schemas/UUID "
817
817
}
818
818
},
819
819
"required" : [
983
983
"pattern" : " ^[a-zA-ZäüöÄÜÖ0-9,.!?()@\\ /:=\\ n\\ t -]+$" ,
984
984
"type" : " string"
985
985
},
986
- "organizationId" : {
987
- "allOf" : [
988
- {
989
- "$ref" : " #/components/schemas/UUID"
990
- }
991
- ],
992
- "description" : " The associated organization ID."
993
- },
994
986
"priceType" : {
995
987
"description" : " The product's price type." ,
996
988
"enum" : [
You can’t perform that action at this time.
0 commit comments