SuccessResponse from WhatsApp API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/whatsapp/refs/heads/main/json-schema/whatsapp-flows-api-success-response-schema.json", "title": "SuccessResponse", "description": "SuccessResponse from WhatsApp API", "type": "object", "properties": { "success": { "type": "boolean", "example": true } } }