Skip to content

Commit 17e5830

Browse files
OpenAPI Update (#794)
Update OpenAPI for d228ba90ba2639d1d37fcf4a6d119da81e17a1ce Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent dbe9b56 commit 17e5830

File tree

2 files changed

+30
-10
lines changed

2 files changed

+30
-10
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98569,11 +98569,21 @@
9856998569
"type": "array"
9857098570
},
9857198571
"metadata": {
98572-
"additionalProperties": {
98573-
"type": "string"
98574-
},
98575-
"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.",
98576-
"type": "object"
98572+
"anyOf": [
98573+
{
98574+
"additionalProperties": {
98575+
"type": "string"
98576+
},
98577+
"type": "object"
98578+
},
98579+
{
98580+
"enum": [
98581+
""
98582+
],
98583+
"type": "string"
98584+
}
98585+
],
98586+
"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."
9857798587
},
9857898588
"name": {
9857998589
"description": "The feature's name, for your own purpose, not meant to be displayable to the customer.",

embedded/openapi/spec3.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79202,11 +79202,21 @@
7920279202
"type": "array"
7920379203
},
7920479204
"metadata": {
79205-
"additionalProperties": {
79206-
"type": "string"
79207-
},
79208-
"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.",
79209-
"type": "object"
79205+
"anyOf": [
79206+
{
79207+
"additionalProperties": {
79208+
"type": "string"
79209+
},
79210+
"type": "object"
79211+
},
79212+
{
79213+
"enum": [
79214+
""
79215+
],
79216+
"type": "string"
79217+
}
79218+
],
79219+
"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."
7921079220
},
7921179221
"name": {
7921279222
"description": "The feature's name, for your own purpose, not meant to be displayable to the customer.",

0 commit comments

Comments
 (0)