mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Added metadata to mail sent schema
This commit is contained in:
parent
013ace65f6
commit
b74bdfbf51
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ _.extend MailSentSchema.properties,
|
|||
mailTask: c.objectId {}
|
||||
user: c.objectId links: [{rel: 'extra', href: '/db/user/{($)}'}]
|
||||
sent: c.date title: 'Sent', readOnly: true
|
||||
metadata: c.object {}, {}
|
||||
|
||||
c.extendBasicProperties MailSentSchema, 'mail.sent'
|
||||
|
||||
|
|
Loading…
Reference in a new issue