Skip to content

Commit e2d0dda

Browse files
committed
chore: add to the schema
1 parent 8e3a631 commit e2d0dda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/generate-json-schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const htmlAttributesSchema = z.record(
2525

2626
const formDataSchema = z
2727
.object({
28+
$schema: z.string().regex(/\.json$/),
2829
id: z.string().uuid(),
2930
stages: z.record(
3031
z.string().uuid(),

0 commit comments

Comments
 (0)