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 Feb 27, 2024
1 parent 455630b commit b7fe530
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -18632,6 +18632,7 @@
"id",
"livemode",
"object",
"type",
"verification_session"
],
"title": "GelatoVerificationReport",
Expand Down Expand Up @@ -18772,7 +18773,6 @@
"document",
"id_number"
],
"nullable": true,
"type": "string",
"x-stripeBypassValidation": true
},
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17062,6 +17062,7 @@ components:
- id
- livemode
- object
- type
- verification_session
title: GelatoVerificationReport
type: object
Expand Down Expand Up @@ -17217,7 +17218,6 @@ components:
enum:
- document
- id_number
nullable: true
type: string
x-stripeBypassValidation: true
url:
Expand Down
7 changes: 4 additions & 3 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -12223,7 +12223,8 @@
"created",
"id",
"livemode",
"object"
"object",
"type"
],
"title": "GelatoVerificationReport",
"type": "object",
Expand Down Expand Up @@ -12342,7 +12343,6 @@
"document",
"id_number"
],
"nullable": true,
"type": "string",
"x-stripeBypassValidation": true
},
Expand All @@ -12368,7 +12368,8 @@
"livemode",
"metadata",
"object",
"status"
"status",
"type"
],
"title": "GelatoVerificationSession",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -15834,6 +15834,7 @@
"id",
"livemode",
"object",
"type",
"verification_session"
],
"title": "GelatoVerificationReport",
Expand Down Expand Up @@ -15974,7 +15975,6 @@
"document",
"id_number"
],
"nullable": true,
"type": "string",
"x-stripeBypassValidation": true
},
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14604,6 +14604,7 @@ components:
- id
- livemode
- object
- type
- verification_session
title: GelatoVerificationReport
type: object
Expand Down Expand Up @@ -14759,7 +14760,6 @@ components:
enum:
- document
- id_number
nullable: true
type: string
x-stripeBypassValidation: true
url:
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11786,6 +11786,7 @@ components:
- id
- livemode
- object
- type
title: GelatoVerificationReport
type: object
x-expandableFields:
Expand Down Expand Up @@ -11925,7 +11926,6 @@ components:
enum:
- document
- id_number
nullable: true
type: string
x-stripeBypassValidation: true
url:
Expand All @@ -11952,6 +11952,7 @@ components:
- metadata
- object
- status
- type
title: GelatoVerificationSession
type: object
x-expandableFields:
Expand Down

0 comments on commit b7fe530

Please sign in to comment.