action icons8_from_separate_icons { label: "From Separate Icons" description: "" provider: icons8 method: POST path: "/api/task/web-font/icons" encoding: json output: { type: "object" properties: { messages: { type: "array" items: { type: "object" } } result: { type: "object" required: ["id", "status", "type"] properties: { description: { type: "string" description: "human readable description" } id: { type: "string" description: "task identifier" } results: { type: "object" properties: { zip: { type: "string" } } } status: { type: "string" description: "task status" } type: { type: "string" description: "task type" } } } } } }