Skip to content

Commit 24159e9

Browse files
OAS Update
1 parent d4ad5dd commit 24159e9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@
967967
"$ref": "#/components/schemas/assetsProductDescription"
968968
},
969969
"serviceCertificate": {
970-
"$ref": "#/components/schemas/assetsServiceCertificate"
970+
"$ref": "#/components/schemas/serviceCertificate"
971971
},
972972
"serviceLevelAgreement": {
973973
"$ref": "#/components/schemas/assetsServiceLevelAgreement"
@@ -995,16 +995,6 @@
995995
"title": "productDescription",
996996
"type": "object"
997997
},
998-
"assetsServiceCertificate": {
999-
"description": "The related service certificate of the (subscription) product.",
1000-
"properties": {
1001-
"version": {
1002-
"$ref": "#/components/schemas/localizedVersion"
1003-
}
1004-
},
1005-
"title": "serviceCertificate",
1006-
"type": "object"
1007-
},
1008998
"assetsServiceLevelAgreement": {
1009999
"description": "The related service level agreement of the (subscription) product.",
10101000
"properties": {
@@ -1354,6 +1344,16 @@
13541344
"example": "short summary of product subscription.",
13551345
"type": "string"
13561346
},
1347+
"serviceCertificate": {
1348+
"description": "The related service certificate of the (subscription) product.",
1349+
"properties": {
1350+
"version": {
1351+
"$ref": "#/components/schemas/localizedVersion"
1352+
}
1353+
},
1354+
"title": "serviceCertificate",
1355+
"type": "object"
1356+
},
13571357
"sku": {
13581358
"description": "The concrete variant of the product.",
13591359
"example": "MP-1234",

0 commit comments

Comments
 (0)