mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-02-05 04:47:04 +09:00
wip
This commit is contained in:
parent
49dc995f1e
commit
5f2bbea6de
@ -11,8 +11,12 @@ export const packedAnnouncementSchema = {
|
||||
format: 'date-time',
|
||||
},
|
||||
updatedAt: {
|
||||
oneOf: [{
|
||||
type: 'string',
|
||||
format: 'date-time',
|
||||
}, {
|
||||
type: 'null',
|
||||
}],
|
||||
},
|
||||
title: {
|
||||
type: 'string',
|
||||
|
Loading…
Reference in New Issue
Block a user