File tree Expand file tree Collapse file tree
services/stackit-marketplace/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 238238 "type" : " array"
239239 },
240240 "limit" : {
241+ "format" : " int32" ,
241242 "type" : " integer"
242243 }
243244 },
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"
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"
404418 " productId" ,
405419 " productName" ,
406420 " vendorName" ,
407- " vendorWebsiteUrl"
421+ " vendorWebsiteUrl" ,
422+ " validityPeriod" ,
423+ " noticePeriod" ,
424+ " rate"
408425 ],
409426 "type" : " object"
410427 },
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." ,
461478 "in" : " query" ,
462479 "name" : " limit" ,
463480 "schema" : {
481+ "format" : " int32" ,
464482 "type" : " integer"
465483 }
466484 },
537555 "in" : " query" ,
538556 "name" : " limit" ,
539557 "schema" : {
558+ "format" : " int32" ,
540559 "type" : " integer"
541560 }
542561 },
928947 "in" : " query" ,
929948 "name" : " limit" ,
930949 "schema" : {
950+ "format" : " int32" ,
931951 "type" : " integer"
932952 }
933953 },
10681088 "in" : " query" ,
10691089 "name" : " limit" ,
10701090 "schema" : {
1091+ "format" : " int32" ,
10711092 "type" : " integer"
10721093 }
10731094 },
You can’t perform that action at this time.
0 commit comments