diff options
Diffstat (limited to 'src/models/tests/rich_text_mention_date.json')
-rw-r--r-- | src/models/tests/rich_text_mention_date.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/models/tests/rich_text_mention_date.json b/src/models/tests/rich_text_mention_date.json new file mode 100644 index 0000000..687f6dc --- /dev/null +++ b/src/models/tests/rich_text_mention_date.json @@ -0,0 +1,21 @@ +{ + "type": "mention", + "mention": { + "type": "date", + "date": { + "start": "2022-04-16", + "end": null, + "time_zone": null + } + }, + "annotations": { + "bold": false, + "italic": false, + "strikethrough": false, + "underline": false, + "code": false, + "color": "default" + }, + "plain_text": "2022-04-16 → ", + "href": null +}
\ No newline at end of file |