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 28, 2024
1 parent 63d53ed commit da16342
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 6 additions & 3 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -49662,7 +49662,8 @@
"timestamp",
"upcoming_invoice"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -154977,7 +154978,8 @@
"timestamp",
"upcoming_invoice"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -157133,7 +157135,8 @@
"timestamp",
"upcoming_invoice"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down
3 changes: 3 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45311,6 +45311,7 @@ components:
- timestamp
- upcoming_invoice
type: string
x-stripeBypassValidation: true
required:
- computed
- duration
Expand Down Expand Up @@ -146574,6 +146575,7 @@ paths:
- timestamp
- upcoming_invoice
type: string
x-stripeBypassValidation: true
required:
- type
title: ends_at_specs
Expand Down Expand Up @@ -148749,6 +148751,7 @@ paths:
- timestamp
- upcoming_invoice
type: string
x-stripeBypassValidation: true
required:
- type
title: ends_at_specs
Expand Down

0 comments on commit da16342

Please sign in to comment.