File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
services/stackit-marketplace/v1 Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 501501 "name" : {
502502 "$ref" : " #/components/schemas/pricingOptionName"
503503 },
504+ "noticePeriod" : {
505+ "$ref" : " #/components/schemas/noticePeriod"
506+ },
504507 "priceType" : {
505508 "$ref" : " #/components/schemas/priceType"
506509 },
10371040 "pattern" : " ^[a-zA-ZäüöÄÜÖ0-9,.!?()@\\ /:=\\ n\\ t -]+$" ,
10381041 "type" : " string"
10391042 },
1043+ "noticePeriod" : {
1044+ "description" : " The notice period for a product and plan." ,
1045+ "example" : {
1046+ "type" : " DAYS" ,
1047+ "value" : 14
1048+ },
1049+ "properties" : {
1050+ "type" : {
1051+ "description" : " The notice period type." ,
1052+ "enum" : [
1053+ " SAME_DAY" ,
1054+ " DAYS" ,
1055+ " MONTHS"
1056+ ],
1057+ "type" : " string"
1058+ },
1059+ "value" : {
1060+ "description" : " The value of the corresponding type. Omitted for _SAME_DAY_." ,
1061+ "type" : " integer"
1062+ }
1063+ },
1064+ "type" : " object"
1065+ },
10401066 "offerType" : {
10411067 "description" : " The offer type of a product reflecting the business model." ,
10421068 "enum" : [
You can’t perform that action at this time.
0 commit comments