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