Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Aug 8, 2024
1 parent d9aa8b8 commit 7f897dc
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 11 deletions.
8 changes: 7 additions & 1 deletion 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
7 changes: 6 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44913,7 +44913,12 @@ components:
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
Expand Down
11 changes: 7 additions & 4 deletions 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
8 changes: 7 additions & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -42609,7 +42609,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
7 changes: 6 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39648,7 +39648,12 @@ components:
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
Expand Down
9 changes: 6 additions & 3 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33626,9 +33626,12 @@ components:
description: ''
properties:
account:
$ref: '#/components/schemas/person_additional_tos_acceptance'
required:
- account
anyOf:
- $ref: '#/components/schemas/person_additional_tos_acceptance'
description: >-
Details on the legal guardian's acceptance of the main Stripe
service agreement.
nullable: true
title: PersonAdditionalTOSAcceptances
type: object
x-expandableFields:
Expand Down

0 comments on commit 7f897dc

Please sign in to comment.