action europeana_translate_query_using_get { label: "translate a term to different languages" provider: europeana method: GET path: "/record/v2/translateQuery.json" encoding: json input: { type: "object" properties: { callback: { type: "string" } languageCodes: { type: "string" } profile: { type: "string" } term: { type: "string" } wskey: { type: "string" } } required: ["languageCodes", "term", "wskey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }