Skip to content

Commit

Permalink
OpenAPI Update (#794)
Browse files Browse the repository at this point in the history
Update OpenAPI for d228ba90ba2639d1d37fcf4a6d119da81e17a1ce

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed May 2, 2024
1 parent dbe9b56 commit 17e5830
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
20 changes: 15 additions & 5 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -98569,11 +98569,21 @@
"type": "array"
},
"metadata": {
"additionalProperties": {
"type": "string"
},
"description": "Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.",
"type": "object"
"anyOf": [
{
"additionalProperties": {
"type": "string"
},
"type": "object"
},
{
"enum": [
""
],
"type": "string"
}
],
"description": "Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format."
},
"name": {
"description": "The feature's name, for your own purpose, not meant to be displayable to the customer.",
Expand Down
20 changes: 15 additions & 5 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -79202,11 +79202,21 @@
"type": "array"
},
"metadata": {
"additionalProperties": {
"type": "string"
},
"description": "Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.",
"type": "object"
"anyOf": [
{
"additionalProperties": {
"type": "string"
},
"type": "object"
},
{
"enum": [
""
],
"type": "string"
}
],
"description": "Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format."
},
"name": {
"description": "The feature's name, for your own purpose, not meant to be displayable to the customer.",
Expand Down

0 comments on commit 17e5830

Please sign in to comment.