Skip to content

Commit 06af4c3

Browse files
OpenAPI Update (#948)
Update OpenAPI for 7f897dc8ca44dc5e6bfc6eeb24f92cb6eb167414 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent f9c7a80 commit 06af4c3

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48496,7 +48496,13 @@
4849648496
"description": "",
4849748497
"properties": {
4849848498
"account": {
48499-
"$ref": "#/components/schemas/person_additional_tos_acceptance"
48499+
"anyOf": [
48500+
{
48501+
"$ref": "#/components/schemas/person_additional_tos_acceptance"
48502+
}
48503+
],
48504+
"description": "Details on the legal guardian's acceptance of the main Stripe service agreement.",
48505+
"nullable": true
4850048506
}
4850148507
},
4850248508
"required": [

embedded/openapi/spec3.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35042,12 +35042,15 @@
3504235042
"description": "",
3504335043
"properties": {
3504435044
"account": {
35045-
"$ref": "#/components/schemas/person_additional_tos_acceptance"
35045+
"anyOf": [
35046+
{
35047+
"$ref": "#/components/schemas/person_additional_tos_acceptance"
35048+
}
35049+
],
35050+
"description": "Details on the legal guardian's acceptance of the main Stripe service agreement.",
35051+
"nullable": true
3504635052
}
3504735053
},
35048-
"required": [
35049-
"account"
35050-
],
3505135054
"title": "PersonAdditionalTOSAcceptances",
3505235055
"type": "object",
3505335056
"x-expandableFields": [

0 commit comments

Comments
 (0)