From ebe79fc060a6b99aca4ebcce7303a1b63ae06036 Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 06:36:49 +0000 Subject: [PATCH] OpenAPI Update (#640) Update OpenAPI for 14bb0e1ecdb09ecfd2e4022fcc6292de0f3467a4 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 5 ++++- embedded/openapi/spec3.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 9048a8d5..0d2d227c 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -61182,7 +61182,10 @@ }, "status": { "description": "The networking status of the reader.", - "maxLength": 5000, + "enum": [ + "offline", + "online" + ], "nullable": true, "type": "string" } diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 66799a46..a89345a7 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -42020,7 +42020,10 @@ }, "status": { "description": "The networking status of the reader.", - "maxLength": 5000, + "enum": [ + "offline", + "online" + ], "nullable": true, "type": "string" }