wip
This commit is contained in:
parent
49dc995f1e
commit
5f2bbea6de
|
@ -11,8 +11,12 @@ export const packedAnnouncementSchema = {
|
|||
format: 'date-time',
|
||||
},
|
||||
updatedAt: {
|
||||
type: 'string',
|
||||
format: 'date-time',
|
||||
oneOf: [{
|
||||
type: 'string',
|
||||
format: 'date-time',
|
||||
}, {
|
||||
type: 'null',
|
||||
}],
|
||||
},
|
||||
title: {
|
||||
type: 'string',
|
||||
|
|
Loading…
Reference in New Issue