{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SendWhatsAppActionData", "title": "SendWhatsAppActionData", "type": "object", "properties": { "message": { "$ref": "#/components/schemas/FlowWhatsApp", "nullable": true }, "status": { "description": "Flow action status.", "type": "string", "example": "draft", "default": "draft", "enum": [ "disabled", "draft", "live", "manual" ] } } }