This commit is contained in:
tamaina 2023-05-15 17:53:51 +09:00 committed by GitHub
parent 49dc995f1e
commit 5f2bbea6de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -11,8 +11,12 @@ export const packedAnnouncementSchema = {
format: 'date-time', format: 'date-time',
}, },
updatedAt: { updatedAt: {
oneOf: [{
type: 'string', type: 'string',
format: 'date-time', format: 'date-time',
}, {
type: 'null',
}],
}, },
title: { title: {
type: 'string', type: 'string',