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 334334 "$ref" : " #/components/schemas/vendorName"
335335 },
336336 "vendorId" : {
337- "$ref" : " #/components/schemas/vendorId "
337+ "$ref" : " #/components/schemas/UUID "
338338 },
339339 "videoUrl" : {
340340 "allOf" : [
422422 "$ref" : " #/components/schemas/vendorName"
423423 },
424424 "vendorId" : {
425- "$ref" : " #/components/schemas/vendorId "
425+ "$ref" : " #/components/schemas/UUID "
426426 },
427427 "websiteUrl" : {
428428 "$ref" : " #/components/schemas/url"
804804 "$ref" : " #/components/schemas/subscriptionLifecycleState"
805805 },
806806 "organizationId" : {
807- "$ref" : " #/components/schemas/organizationId "
807+ "$ref" : " #/components/schemas/UUID "
808808 },
809809 "product" : {
810810 "$ref" : " #/components/schemas/SubscriptionProduct"
811811 },
812812 "projectId" : {
813- "$ref" : " #/components/schemas/projectId "
813+ "$ref" : " #/components/schemas/UUID "
814814 },
815815 "subscriptionId" : {
816- "$ref" : " #/components/schemas/subscriptionId "
816+ "$ref" : " #/components/schemas/UUID "
817817 }
818818 },
819819 "required" : [
983983 "pattern" : " ^[a-zA-ZäüöÄÜÖ0-9,.!?()@\\ /:=\\ n\\ t -]+$" ,
984984 "type" : " string"
985985 },
986- "organizationId" : {
987- "allOf" : [
988- {
989- "$ref" : " #/components/schemas/UUID"
990- }
991- ],
992- "description" : " The associated organization ID."
993- },
994986 "priceType" : {
995987 "description" : " The product's price type." ,
996988 "enum" : [
You can’t perform that action at this time.
0 commit comments