action cybertaxonomy_search { label: "search" description: "search" provider: cybertaxonomy method: GET path: "/search" encoding: json input: { type: "object" properties: { addSynonymy: { type: "string" } providers: { type: "string" } query: { type: "string" } searchMode: { type: "string" } timeout: { type: "string" } } required: ["query"] additionalProperties: false } output: { type: "object" additionalProperties: true } }