Skip to content

Commit 0bcb857

Browse files
OAS Update
1 parent baff8df commit 0bcb857

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

services/stackit-marketplace/v1/stackit-marketplace.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,9 @@
546546
"rate": {
547547
"$ref": "#/components/schemas/pricingOptionRate"
548548
},
549+
"scope": {
550+
"$ref": "#/components/schemas/scope"
551+
},
549552
"sku": {
550553
"$ref": "#/components/schemas/sku"
551554
},
@@ -561,6 +564,7 @@
561564
},
562565
"required": [
563566
"planId",
567+
"scope",
564568
"name",
565569
"description",
566570
"sku",
@@ -1344,6 +1348,17 @@
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": {

0 commit comments

Comments
 (0)