{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BlockMessageActionMetadata", "title": "BlockMessageActionMetadata", "type": "object", "properties": { "custom_message": { "type": [ "string", "null" ], "maxLength": 150 } } }