aboutsummaryrefslogtreecommitdiff
path: root/src/models/properties/tests/text_with_link.json
blob: 6a8e081ed2b0e4cc0fc3989f31bfef802e147840 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "id": "6BZi",
  "type": "rich_text",
  "rich_text": [
    {
      "type": "text",
      "text": {
        "content": "https://notion.so/",
        "link": {
          "url": "https://notion.so/"
        }
      },
      "annotations": {
        "bold": false,
        "italic": false,
        "strikethrough": false,
        "underline": false,
        "code": false,
        "color": "default"
      },
      "plain_text": "https://notion.so/",
      "href": "https://notion.so/"
    }
  ]
}