File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
services/stackit-marketplace/v1 Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 546546 "rate" : {
547547 "$ref" : " #/components/schemas/pricingOptionRate"
548548 },
549+ "scope" : {
550+ "$ref" : " #/components/schemas/scope"
551+ },
549552 "sku" : {
550553 "$ref" : " #/components/schemas/sku"
551554 },
561564 },
562565 "required" : [
563566 " planId" ,
567+ " scope" ,
564568 " name" ,
565569 " description" ,
566570 " sku" ,
13441348 "example" : " short summary of product subscription." ,
13451349 "type" : " string"
13461350 },
1351+ "scope" : {
1352+ "description" : " The (visibility) scope." ,
1353+ "enum" : [
1354+ " PUBLIC" ,
1355+ " AUTHENTICATED" ,
1356+ " PRIVATE_PROJECT"
1357+ ],
1358+ "example" : " PUBLIC" ,
1359+ "format" : " enum" ,
1360+ "type" : " string"
1361+ },
13471362 "serviceCertificate" : {
13481363 "description" : " The related service certificate of the (subscription) product." ,
13491364 "properties" : {
You can’t perform that action at this time.
0 commit comments