diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 8834aaf6..f023dceb 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -48496,7 +48496,13 @@ "description": "", "properties": { "account": { - "$ref": "#/components/schemas/person_additional_tos_acceptance" + "anyOf": [ + { + "$ref": "#/components/schemas/person_additional_tos_acceptance" + } + ], + "description": "Details on the legal guardian's acceptance of the main Stripe service agreement.", + "nullable": true } }, "required": [ diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index f2041061..2e195374 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -35042,12 +35042,15 @@ "description": "", "properties": { "account": { - "$ref": "#/components/schemas/person_additional_tos_acceptance" + "anyOf": [ + { + "$ref": "#/components/schemas/person_additional_tos_acceptance" + } + ], + "description": "Details on the legal guardian's acceptance of the main Stripe service agreement.", + "nullable": true } }, - "required": [ - "account" - ], "title": "PersonAdditionalTOSAcceptances", "type": "object", "x-expandableFields": [