Skip to content

Commit

Permalink
increase id max length
Browse files Browse the repository at this point in the history
  • Loading branch information
beeequeue committed Jan 4, 2023
1 parent 4123b94 commit 98f5625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared-schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const numberIdSchema = {
export const stringIdSchema = {
type: "string",
minLength: 1,
maxLength: 50,
maxLength: 100,
} satisfies JSONSchema7

export const imdbIdSchema = {
Expand Down

0 comments on commit 98f5625

Please sign in to comment.