action sms77_lookup { label: "Lookup" provider: sms77 method: POST path: "/lookup" encoding: json input: { type: "object" properties: { json: { type: "string" } number: { type: "array" items: { type: "string" } } type: { type: "string" } } required: ["number", "type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }