aboutsummaryrefslogtreecommitdiff
path: root/src/models/tests/rich_text_mention_date_with_end.json
blob: b4953a0de597c905fb82a5465ff34dbfe7dcf382 (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-12",
      "end": "2022-05-13",
      "time_zone": null
    }
  },
  "annotations": {
    "bold": false,
    "italic": false,
    "strikethrough": false,
    "underline": false,
    "code": false,
    "color": "default"
  },
  "plain_text": "2022-05-12 → 2022-05-13",
  "href": null
}