action europeana_search_records_post { label: "search for records post" provider: europeana method: POST path: "/record/v2/search.json" encoding: json input: { type: "object" properties: { wskey: { type: "string" } } required: ["wskey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }