Skip to content

Commit

Permalink
OpenAPI Update (#948)
Browse files Browse the repository at this point in the history
Update OpenAPI for 7f897dc8ca44dc5e6bfc6eeb24f92cb6eb167414

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Aug 8, 2024
1 parent f9c7a80 commit 06af4c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
8 changes: 7 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
11 changes: 7 additions & 4 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 06af4c3

Please sign in to comment.