diff options
Diffstat (limited to 'src/models/tests/rich_text_mention_user_person.json')
-rw-r--r-- | src/models/tests/rich_text_mention_user_person.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/models/tests/rich_text_mention_user_person.json b/src/models/tests/rich_text_mention_user_person.json new file mode 100644 index 0000000..8851266 --- /dev/null +++ b/src/models/tests/rich_text_mention_user_person.json @@ -0,0 +1,26 @@ +{ + "type": "mention", + "mention": { + "type": "user", + "user": { + "object": "user", + "id": "1118608e-35e8-4fa3-aef7-a4ced85ce8e0", + "name": "John Doe", + "avatar_url": "https://secure.notion-static.com/e6a352a8-8381-44d0-a1dc-9ed80e62b53d.jpg", + "type": "person", + "person": { + "email": "john.doe@gmail.com" + } + } + }, + "annotations": { + "bold": false, + "italic": false, + "strikethrough": false, + "underline": false, + "code": false, + "color": "default" + }, + "plain_text": "@John Doe", + "href": null +}
\ No newline at end of file |