We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4123b94 commit 98f5625Copy full SHA for 98f5625
1 file changed
src/shared-schemas.ts
@@ -19,7 +19,7 @@ export const numberIdSchema = {
19
export const stringIdSchema = {
20
type: "string",
21
minLength: 1,
22
- maxLength: 50,
+ maxLength: 100,
23
} satisfies JSONSchema7
24
25
export const imdbIdSchema = {
0 commit comments