action wordassociations_get_json_search { label: "get_json_search" description: "Gets associations with the given word or phrase.\n" provider: wordassociations method: GET path: "/json/search" encoding: json input: { type: "object" properties: { indent: { type: "string" } lang: { type: "string" } limit: { type: "string" } pos: { type: "string" } text: { type: "string" } type: { type: "string" } } required: ["lang", "text"] additionalProperties: false } output: { type: "object" additionalProperties: true } }