From d31b9f75a0ca9b10c889a6ed375b5d8a56684afb Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:20:28 +0000 Subject: [PATCH] Update OpenAPI specification --- openapi/spec3.beta.sdk.json | 19 +++++++++++++++++++ openapi/spec3.beta.sdk.yaml | 11 +++++++++++ openapi/spec3.json | 19 +++++++++++++++++++ openapi/spec3.sdk.json | 19 +++++++++++++++++++ openapi/spec3.sdk.yaml | 11 +++++++++++ openapi/spec3.yaml | 11 +++++++++++ 6 files changed, 90 insertions(+) diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 544959c2..2c39630f 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -121304,6 +121304,10 @@ "explode": true, "style": "deepObject" }, + "second_line": { + "explode": true, + "style": "deepObject" + }, "shipping": { "explode": true, "style": "deepObject" @@ -121376,6 +121380,21 @@ "type": "string", "x-stripeBypassValidation": true }, + "second_line": { + "anyOf": [ + { + "maxLength": 5000, + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "The second line to print on the card." + }, "shipping": { "description": "The address where the card will be shipped.", "properties": { diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 8c9c4bc1..81fa03fc 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -111143,6 +111143,9 @@ paths: pin: explode: true style: deepObject + second_line: + explode: true + style: deepObject shipping: explode: true style: deepObject @@ -111212,6 +111215,14 @@ paths: - stolen type: string x-stripeBypassValidation: true + second_line: + anyOf: + - maxLength: 5000 + type: string + - enum: + - '' + type: string + description: The second line to print on the card. shipping: description: The address where the card will be shipped. properties: diff --git a/openapi/spec3.json b/openapi/spec3.json index 4a8e77c7..f50aec4a 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -89391,6 +89391,10 @@ "explode": true, "style": "deepObject" }, + "second_line": { + "explode": true, + "style": "deepObject" + }, "shipping": { "explode": true, "style": "deepObject" @@ -89462,6 +89466,21 @@ "type": "string", "x-stripeBypassValidation": true }, + "second_line": { + "anyOf": [ + { + "maxLength": 5000, + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "The second line to print on the card." + }, "shipping": { "description": "The address where the card will be shipped.", "properties": { diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index 3b288e01..c1d15cc4 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -94689,6 +94689,10 @@ "explode": true, "style": "deepObject" }, + "second_line": { + "explode": true, + "style": "deepObject" + }, "shipping": { "explode": true, "style": "deepObject" @@ -94761,6 +94765,21 @@ "type": "string", "x-stripeBypassValidation": true }, + "second_line": { + "anyOf": [ + { + "maxLength": 5000, + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "The second line to print on the card." + }, "shipping": { "description": "The address where the card will be shipped.", "properties": { diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index 77067767..84c1ff72 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -86641,6 +86641,9 @@ paths: pin: explode: true style: deepObject + second_line: + explode: true + style: deepObject shipping: explode: true style: deepObject @@ -86710,6 +86713,14 @@ paths: - stolen type: string x-stripeBypassValidation: true + second_line: + anyOf: + - maxLength: 5000 + type: string + - enum: + - '' + type: string + description: The second line to print on the card. shipping: description: The address where the card will be shipped. properties: diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index c2322de3..a5910028 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -78069,6 +78069,9 @@ paths: pin: explode: true style: deepObject + second_line: + explode: true + style: deepObject shipping: explode: true style: deepObject @@ -78135,6 +78138,14 @@ paths: - stolen type: string x-stripeBypassValidation: true + second_line: + anyOf: + - maxLength: 5000 + type: string + - enum: + - '' + type: string + description: The second line to print on the card. shipping: description: The address where the card will be shipped. properties: