Skip to content

Commit 52d4e4f

Browse files
authored
fix: follow-up for null value in SES response (#11966)
1 parent 21210ce commit 52d4e4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

localstack-core/localstack/openapi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,10 @@ components:
158158
additionalProperties: false
159159
properties:
160160
html_part:
161-
type: [string, 'null']
161+
type: string
162162
text_part:
163163
type: string
164164
required:
165-
- html_part
166165
- text_part
167166
type: object
168167
Destination:

0 commit comments

Comments
 (0)