action sms77_validate_for_voice { label: "ValidateForVoice" provider: sms77 method: POST path: "/validate_for_voice" encoding: json input: { type: "object" properties: { callback: { type: "string" format: "uri" } number: { type: "string" } } required: ["number"] additionalProperties: false } output: { type: "object" properties: { code: { type: "string" } error: { type: "string" } success: { type: "boolean" } } } }