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 Apr 30, 2024
1 parent 2183934 commit 8e1bc88
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -41834,6 +41834,7 @@
"$ref": "#/components/schemas/internal_card"
}
],
"description": "Internal card details",
"nullable": true
}
},
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38105,6 +38105,7 @@ components:
card:
anyOf:
- $ref: '#/components/schemas/internal_card'
description: Internal card details
nullable: true
required:
- card
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -29899,6 +29899,7 @@
"$ref": "#/components/schemas/internal_card"
}
],
"description": "Internal card details",
"nullable": true
}
},
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -36376,6 +36376,7 @@
"$ref": "#/components/schemas/internal_card"
}
],
"description": "Internal card details",
"nullable": true
}
},
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33274,6 +33274,7 @@ components:
card:
anyOf:
- $ref: '#/components/schemas/internal_card'
description: Internal card details
nullable: true
required:
- card
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28118,6 +28118,7 @@ components:
card:
anyOf:
- $ref: '#/components/schemas/internal_card'
description: Internal card details
nullable: true
title: payment_method_details_mobilepay
type: object
Expand Down

0 comments on commit 8e1bc88

Please sign in to comment.