{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/whatsapp/refs/heads/main/json-structure/whatsapp-flows-api-success-response-structure.json", "name": "SuccessResponse", "description": "SuccessResponse from WhatsApp API", "type": "object", "properties": { "success": { "type": "boolean", "example": true } } }