diff --git a/localstack-core/localstack/openapi.yaml b/localstack-core/localstack/openapi.yaml index 1a78bfe3d0e28..b3656c3f6f1af 100644 --- a/localstack-core/localstack/openapi.yaml +++ b/localstack-core/localstack/openapi.yaml @@ -158,11 +158,10 @@ components: additionalProperties: false properties: html_part: - type: [string, 'null'] + type: string text_part: type: string required: - - html_part - text_part type: object Destination: