Skip to content

Commit 98f5625

Browse files
committed
increase id max length
1 parent 4123b94 commit 98f5625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared-schemas.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const numberIdSchema = {
1919
export const stringIdSchema = {
2020
type: "string",
2121
minLength: 1,
22-
maxLength: 50,
22+
maxLength: 100,
2323
} satisfies JSONSchema7
2424

2525
export const imdbIdSchema = {

0 commit comments

Comments
 (0)