action europeana_get_single_record_json_ld { label: "get single record in JSON LD format" provider: europeana method: GET path: "/record/v2/{collectionId}/{recordId}.jsonld" encoding: json input: { type: "object" properties: { callback: { type: "string" } collectionId: { type: "string" } lang: { type: "string" } profile: { type: "string" } recordId: { type: "string" } wskey: { type: "string" } } required: ["collectionId", "recordId", "wskey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }