action digitallinguistics_get_lexeme { label: "Get a Lexeme by ID" provider: digitallinguistics method: GET path: "/lexemes/{lexemeID}" encoding: json input: { type: "object" properties: { deleted: { type: "string" } ifNoneMatch: { type: "string" } lexemeID: { type: "string" } } required: ["lexemeID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }