An event note is a free-form string along with information about the user who created it. Several notes may be created for an event.
{
  "created": "2017-01-11T02:49:06+00:00",
  "createdBy": {
    "id": "584f61efcb2256a6132c6e04"
  },
  "id": "587b35295ff2c5a191f82e02",
  "text": "This is a test note",
  "updated": "2017-01-11T02:49:06+00:00",
  "updatedBy": {
    "id": "584f61efcb2256a6132c6e04"
  }
}
| Attribute | Type | Definition | 
|---|---|---|
| created | timestamp | Time when the note was created. | 
| createdBy.id | string | User who created the note. | 
| text | string | A free-form string. | 
| updated | timestamp | Time when the note was updated. | 
| updatedBy.id | string | User who updated the note. |