This commit is contained in:
syuilo 2022-09-24 10:46:52 +09:00
parent cd6a6738c2
commit aa3ca438a2
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ export const packedNoteSchema = {
optional: false, nullable: false,
format: 'date-time',
},
deletedAt: {
type: 'string',
optional: true, nullable: true,
format: 'date-time',
},
text: {
type: 'string',
optional: false, nullable: true,