File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
services/stackit-marketplace/v1 Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 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"
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" : {
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" ,
You can’t perform that action at this time.
0 commit comments