diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index a39ed404..0fb487a3 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -109249,11 +109249,11 @@ { "properties": { "count": { - "description": "For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.", + "description": "For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.", "type": "integer" }, "interval": { - "description": "For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.", + "description": "For `fixed_count` installment plans, this is required. It represents the interval between installment payments your customer will make to their credit card.\nOne of `month`.", "enum": [ "month" ], @@ -109269,8 +109269,6 @@ } }, "required": [ - "count", - "interval", "type" ], "title": "installment_plan", @@ -120083,11 +120081,11 @@ { "properties": { "count": { - "description": "For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.", + "description": "For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.", "type": "integer" }, "interval": { - "description": "For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.", + "description": "For `fixed_count` installment plans, this is required. It represents the interval between installment payments your customer will make to their credit card.\nOne of `month`.", "enum": [ "month" ], @@ -120103,8 +120101,6 @@ } }, "required": [ - "count", - "interval", "type" ], "title": "installment_plan", @@ -140586,11 +140582,11 @@ { "properties": { "count": { - "description": "For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.", + "description": "For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.", "type": "integer" }, "interval": { - "description": "For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.", + "description": "For `fixed_count` installment plans, this is required. It represents the interval between installment payments your customer will make to their credit card.\nOne of `month`.", "enum": [ "month" ], @@ -140606,8 +140602,6 @@ } }, "required": [ - "count", - "interval", "type" ], "title": "installment_plan", @@ -144868,11 +144862,11 @@ { "properties": { "count": { - "description": "For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.", + "description": "For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.", "type": "integer" }, "interval": { - "description": "For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.", + "description": "For `fixed_count` installment plans, this is required. It represents the interval between installment payments your customer will make to their credit card.\nOne of `month`.", "enum": [ "month" ], @@ -144888,8 +144882,6 @@ } }, "required": [ - "count", - "interval", "type" ], "title": "installment_plan", @@ -150134,11 +150126,11 @@ { "properties": { "count": { - "description": "For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.", + "description": "For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.", "type": "integer" }, "interval": { - "description": "For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.", + "description": "For `fixed_count` installment plans, this is required. It represents the interval between installment payments your customer will make to their credit card.\nOne of `month`.", "enum": [ "month" ], @@ -150154,8 +150146,6 @@ } }, "required": [ - "count", - "interval", "type" ], "title": "installment_plan", diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 1a9f6343..ef1c62cd 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -86720,8 +86720,6 @@ } }, "required": [ - "count", - "interval", "type" ], "title": "installment_plan", @@ -93113,8 +93111,6 @@ } }, "required": [ - "count", - "interval", "type" ], "title": "installment_plan", @@ -107121,8 +107117,6 @@ } }, "required": [ - "count", - "interval", "type" ], "title": "installment_plan", @@ -109925,8 +109919,6 @@ } }, "required": [ - "count", - "interval", "type" ], "title": "installment_plan", @@ -112873,8 +112865,6 @@ } }, "required": [ - "count", - "interval", "type" ], "title": "installment_plan",