We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6871c49 commit f9b2a54Copy full SHA for f9b2a54
server/api/export/json.post.ts
@@ -3,7 +3,7 @@ import { z } from "zod";
3
const bodySchema = z.object({
4
files: z
5
.array(
6
- z.strictObject({
+ z.object({
7
data: z.json(),
8
name: z.string(),
9
}),
0 commit comments