aboutsummaryrefslogtreecommitdiff
path: root/src/models/tests/rich_text_mention_date_with_time.json
blob: 127d9bd2e3d87b226ef0690c13db1b57d933c5f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "type": "mention",
  "mention": {
    "type": "date",
    "date": {
      "start": "2022-05-14T09:00:00.000-04:00",
      "end": null,
      "time_zone": null
    }
  },
  "annotations": {
    "bold": false,
    "italic": false,
    "strikethrough": false,
    "underline": false,
    "code": false,
    "color": "default"
  },
  "plain_text": "2022-05-14T09:00:00.000-04:00 → ",
  "href": null
}