diff --git a/src/presentation/http/schema/Note.ts b/src/presentation/http/schema/Note.ts index 875f9421..3623d6c6 100644 --- a/src/presentation/http/schema/Note.ts +++ b/src/presentation/http/schema/Note.ts @@ -37,5 +37,8 @@ export const NoteSchema = { type: 'string', format: 'date-time', }, + creatorId: { + type: 'number', + }, }, };