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 25, 2023
1 parent 8881c73 commit 625a554
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -3060,7 +3060,7 @@
"$ref": "#/components/schemas/external_account_requirements"
}
],
"description": "Information about upcoming new requirements for the bank account, including what information needs to be collected.",
"description": "Information about the [upcoming new requirements for the bank account](https://stripe.com/docs/connect/custom-accounts/future-requirements), including what information needs to be collected, and by when.",
"nullable": true
},
"id": {
Expand Down Expand Up @@ -37204,7 +37204,7 @@
"$ref": "#/components/schemas/person_future_requirements"
}
],
"description": "Information about the upcoming new requirements for this person, including what information needs to be collected, and by when.",
"description": "Information about the [upcoming new requirements for this person](https://stripe.com/docs/connect/custom-accounts/future-requirements), including what information needs to be collected, and by when.",
"nullable": true
},
"gender": {
Expand Down
8 changes: 5 additions & 3 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2942,8 +2942,9 @@ components:
anyOf:
- $ref: '#/components/schemas/external_account_requirements'
description: >-
Information about upcoming new requirements for the bank account,
including what information needs to be collected.
Information about the [upcoming new requirements for the bank
account](https://stripe.com/docs/connect/custom-accounts/future-requirements),
including what information needs to be collected, and by when.
nullable: true
id:
description: Unique identifier for the object.
Expand Down Expand Up @@ -34326,7 +34327,8 @@ components:
anyOf:
- $ref: '#/components/schemas/person_future_requirements'
description: >-
Information about the upcoming new requirements for this person,
Information about the [upcoming new requirements for this
person](https://stripe.com/docs/connect/custom-accounts/future-requirements),
including what information needs to be collected, and by when.
nullable: true
gender:
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2412,7 +2412,7 @@
"$ref": "#/components/schemas/external_account_requirements"
}
],
"description": "Information about upcoming new requirements for the bank account, including what information needs to be collected.",
"description": "Information about the [upcoming new requirements for the bank account](https://stripe.com/docs/connect/custom-accounts/future-requirements), including what information needs to be collected, and by when.",
"nullable": true
},
"id": {
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -2930,7 +2930,7 @@
"$ref": "#/components/schemas/external_account_requirements"
}
],
"description": "Information about upcoming new requirements for the bank account, including what information needs to be collected.",
"description": "Information about the [upcoming new requirements for the bank account](https://stripe.com/docs/connect/custom-accounts/future-requirements), including what information needs to be collected, and by when.",
"nullable": true
},
"id": {
Expand Down Expand Up @@ -33169,7 +33169,7 @@
"$ref": "#/components/schemas/person_future_requirements"
}
],
"description": "Information about the upcoming new requirements for this person, including what information needs to be collected, and by when.",
"description": "Information about the [upcoming new requirements for this person](https://stripe.com/docs/connect/custom-accounts/future-requirements), including what information needs to be collected, and by when.",
"nullable": true
},
"gender": {
Expand Down
8 changes: 5 additions & 3 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2798,8 +2798,9 @@ components:
anyOf:
- $ref: '#/components/schemas/external_account_requirements'
description: >-
Information about upcoming new requirements for the bank account,
including what information needs to be collected.
Information about the [upcoming new requirements for the bank
account](https://stripe.com/docs/connect/custom-accounts/future-requirements),
including what information needs to be collected, and by when.
nullable: true
id:
description: Unique identifier for the object.
Expand Down Expand Up @@ -30687,7 +30688,8 @@ components:
anyOf:
- $ref: '#/components/schemas/person_future_requirements'
description: >-
Information about the upcoming new requirements for this person,
Information about the [upcoming new requirements for this
person](https://stripe.com/docs/connect/custom-accounts/future-requirements),
including what information needs to be collected, and by when.
nullable: true
gender:
Expand Down
5 changes: 3 additions & 2 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2347,8 +2347,9 @@ components:
anyOf:
- $ref: '#/components/schemas/external_account_requirements'
description: >-
Information about upcoming new requirements for the bank account,
including what information needs to be collected.
Information about the [upcoming new requirements for the bank
account](https://stripe.com/docs/connect/custom-accounts/future-requirements),
including what information needs to be collected, and by when.
nullable: true
id:
description: Unique identifier for the object.
Expand Down

0 comments on commit 625a554

Please sign in to comment.