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

View file

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