Skip to content

Commit f05986b

Browse files
OAS Update
1 parent 901ad1f commit f05986b

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

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

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@
238238
"type": "array"
239239
},
240240
"limit": {
241+
"format": "int32",
241242
"type": "integer"
242243
}
243244
},
@@ -350,6 +351,10 @@
350351
"readOnly": true,
351352
"type": "string"
352353
},
354+
"noticePeriod": {
355+
"description": "The cancellation notice period of the subscription.",
356+
"type": "string"
357+
},
353358
"planId": {
354359
"description": "The user-readable plan ID of a pricing option.",
355360
"type": "string"
@@ -378,6 +383,15 @@
378383
"description": "The name of the product.",
379384
"type": "string"
380385
},
386+
"rate": {
387+
"description": "The price of the product (per unit).",
388+
"example": "9,90€",
389+
"type": "string"
390+
},
391+
"validityPeriod": {
392+
"description": "The period the subscription is valid for before it will be renewed.",
393+
"type": "string"
394+
},
381395
"vendorName": {
382396
"description": "The product vendor's name.",
383397
"type": "string"
@@ -404,7 +418,10 @@
404418
"productId",
405419
"productName",
406420
"vendorName",
407-
"vendorWebsiteUrl"
421+
"vendorWebsiteUrl",
422+
"validityPeriod",
423+
"noticePeriod",
424+
"rate"
408425
],
409426
"type": "object"
410427
},
@@ -427,7 +444,7 @@
427444
},
428445
"info": {
429446
"contact": {
430-
"email": "marketplace@stackit.cloud",
447+
"email": "marketplace@digits.schwarz",
431448
"name": "STACKIT Marketplace"
432449
},
433450
"description": "API to manage STACKIT Marketplace.",
@@ -461,6 +478,7 @@
461478
"in": "query",
462479
"name": "limit",
463480
"schema": {
481+
"format": "int32",
464482
"type": "integer"
465483
}
466484
},
@@ -537,6 +555,7 @@
537555
"in": "query",
538556
"name": "limit",
539557
"schema": {
558+
"format": "int32",
540559
"type": "integer"
541560
}
542561
},
@@ -928,6 +947,7 @@
928947
"in": "query",
929948
"name": "limit",
930949
"schema": {
950+
"format": "int32",
931951
"type": "integer"
932952
}
933953
},
@@ -1068,6 +1088,7 @@
10681088
"in": "query",
10691089
"name": "limit",
10701090
"schema": {
1091+
"format": "int32",
10711092
"type": "integer"
10721093
}
10731094
},

0 commit comments

Comments
 (0)