File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
services/stackit-marketplace/v1 Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 55
55
"name" : " productId" ,
56
56
"required" : true ,
57
57
"schema" : {
58
- "$ref" : " #/components/schemas/UUID "
58
+ "$ref" : " #/components/schemas/productId "
59
59
},
60
60
"style" : " simple"
61
61
},
84
84
"in" : " query" ,
85
85
"name" : " productId" ,
86
86
"schema" : {
87
- "$ref" : " #/components/schemas/UUID "
87
+ "$ref" : " #/components/schemas/productId "
88
88
}
89
89
},
90
90
"sort" : {
1029
1029
"type" : " string"
1030
1030
},
1031
1031
"productId" : {
1032
- "allOf " : [
1033
- {
1034
- "$ref " : " #/components/schemas/UUID "
1035
- }
1036
- ] ,
1037
- "description " : " The product ID. "
1032
+ "description " : " The user-readable product ID. " ,
1033
+ "example" : " marketplace-product-4c531ae5 " ,
1034
+ "maxLength " : 29 ,
1035
+ "minLength" : 10 ,
1036
+ "pattern" : " ^[a-z0-9-]{1,20}-[0-9a-f]{8}$ " ,
1037
+ "type " : " string "
1038
1038
},
1039
1039
"productLifecycleState" : {
1040
1040
"description" : " The lifecycle state of the product." ,
You can’t perform that action at this time.
0 commit comments