2017-06-29 12:08:57 +00:00
|
|
|
{
|
|
|
|
"name": "MessageInbox",
|
2017-10-11 13:36:47 +00:00
|
|
|
"base": "VnModel",
|
2017-06-29 12:08:57 +00:00
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "Number",
|
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
},
|
|
|
|
"uuid":{
|
|
|
|
"type": "String"
|
|
|
|
},
|
|
|
|
"sender":{
|
|
|
|
"type": "String"
|
|
|
|
},
|
|
|
|
"recipient":{
|
|
|
|
"type": "String"
|
|
|
|
},
|
|
|
|
"finalRecipient":{
|
|
|
|
"type": "String"
|
|
|
|
},
|
|
|
|
"message":{
|
|
|
|
"type": "String"
|
|
|
|
},
|
|
|
|
"sendDate":{
|
|
|
|
"type": "date"
|
|
|
|
}
|
2017-10-11 13:36:47 +00:00
|
|
|
}
|
2017-06-29 12:08:57 +00:00
|
|
|
}
|