We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645a86b commit af98b8cCopy full SHA for af98b8c
1 file changed
packages/bundle/src/adaptiveCards/Attachment/private/directLineSchema.ts
@@ -6,7 +6,7 @@ const directLineCardActionSchema = pipe(
6
image: optional(string()),
7
title: optional(string()),
8
type: string(),
9
- value: optional(string())
+ value: optional(any())
10
}),
11
readonly()
12
);
0 commit comments