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 5555 "name" : " productId" ,
5656 "required" : true ,
5757 "schema" : {
58- "$ref" : " #/components/schemas/UUID "
58+ "$ref" : " #/components/schemas/productId "
5959 },
6060 "style" : " simple"
6161 },
8484 "in" : " query" ,
8585 "name" : " productId" ,
8686 "schema" : {
87- "$ref" : " #/components/schemas/UUID "
87+ "$ref" : " #/components/schemas/productId "
8888 }
8989 },
9090 "sort" : {
10291029 "type" : " string"
10301030 },
10311031 "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 "
10381038 },
10391039 "productLifecycleState" : {
10401040 "description" : " The lifecycle state of the product." ,
You can’t perform that action at this time.
0 commit comments