Skip to content

Commit 65a671d

Browse files
OAS Update
1 parent 118d82d commit 65a671d

File tree

1 file changed

+51
-11
lines changed

1 file changed

+51
-11
lines changed

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

Lines changed: 51 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -960,10 +960,59 @@
960960
"assets": {
961961
"description": "The assets associated with the product.",
962962
"properties": {
963-
"serviceCertificate": {
964-
"$ref": "#/components/schemas/serviceCertificate"
963+
"assetsEndUserLicenseAgreement": {
964+
"$ref": "#/components/schemas/assetsEndUserLicenseAgreement"
965+
},
966+
"assetsProductDescription": {
967+
"$ref": "#/components/schemas/assetsProductDescription"
968+
},
969+
"assetsServiceCertificate": {
970+
"$ref": "#/components/schemas/assetsServiceCertificate"
971+
},
972+
"assetsServiceLevelAgreement": {
973+
"$ref": "#/components/schemas/assetsServiceLevelAgreement"
974+
}
975+
},
976+
"type": "object"
977+
},
978+
"assetsEndUserLicenseAgreement": {
979+
"description": "The related end user license agreement of the (subscription) product.",
980+
"properties": {
981+
"version": {
982+
"$ref": "#/components/schemas/localizedVersion"
983+
}
984+
},
985+
"title": "endUserLicenseAgreement",
986+
"type": "object"
987+
},
988+
"assetsProductDescription": {
989+
"description": "The related product description of the (subscription) product.",
990+
"properties": {
991+
"version": {
992+
"$ref": "#/components/schemas/localizedVersion"
993+
}
994+
},
995+
"title": "productDescription",
996+
"type": "object"
997+
},
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+
},
1008+
"assetsServiceLevelAgreement": {
1009+
"description": "The related service level agreement of the (subscription) product.",
1010+
"properties": {
1011+
"version": {
1012+
"$ref": "#/components/schemas/localizedVersion"
9651013
}
9661014
},
1015+
"title": "serviceLevelAgreement",
9671016
"type": "object"
9681017
},
9691018
"bool": {
@@ -1305,15 +1354,6 @@
13051354
"example": "short summary of product subscription.",
13061355
"type": "string"
13071356
},
1308-
"serviceCertificate": {
1309-
"description": "The related service certificate of the (subscription) product.",
1310-
"properties": {
1311-
"version": {
1312-
"$ref": "#/components/schemas/localizedVersion"
1313-
}
1314-
},
1315-
"type": "object"
1316-
},
13171357
"sku": {
13181358
"description": "The concrete variant of the product.",
13191359
"example": "MP-1234",

0 commit comments

Comments
 (0)