action europeana_search_records { label: "search for records" provider: europeana method: GET path: "/record/v2/search.json" encoding: json input: { type: "object" properties: { boost: { type: "string" } callback: { type: "string" } colourpalette: { type: "string" } cursor: { type: "string" } facet: { type: "string" } "hit.fl": { type: "string" } "hit.selectors": { type: "string" } landingpage: { type: "string" } lang: { type: "string" } media: { type: "string" } profile: { type: "string" } "q.source": { type: "string" } "q.target": { type: "string" } qf: { type: "string" } query: { type: "string" } reusability: { type: "string" } rows: { type: "string" } sort: { type: "string" } start: { type: "string" } text_fulltext: { type: "string" } theme: { type: "string" } thumbnail: { type: "string" } wskey: { type: "string" } } required: ["query", "wskey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }