pull/128/head
Yusuke Wada 2023-08-19 23:55:27 +09:00
parent 6d089751fd
commit 1246289eeb
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ const ParamsSchema = z.object({
const UserSchema = z const UserSchema = z
.object({ .object({
id: z.string().openapi({ id: z.string().openapi({
example: 123, example: '123',
}), }),
name: z.string().openapi({ name: z.string().openapi({
example: 'John Doe', example: 'John Doe',