task
| Name | Type | Description |
|---|---|---|
| id | string | Task identifier |
| type | string | Type (always equal to "task") |
| description | string | Task description |
| date | timestamp | Task date |
| value | [string] | Which element(s) the task applies to: ["applicant=applicant.id"] or ["member=user.id"] |
| users | [string] | Array of IDs of users who can see the task (ex: ["user.id"]) |
| memberId | string | id of the user who created the task |
| done | boolean | Has the task been completed? |