aboutsummaryrefslogtreecommitdiff
path: root/src/models/properties/tests/rollup_property.json
blob: c80d33b22ef29fad3f47c138ecac51e8ab9a3a8d (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
26
27
28
29
30
31
32
{
  "id": "R%7Cm%3F",
  "type": "rollup",
  "rollup": {
    "type": "array",
    "array": [
      {
        "type": "rich_text",
        "rich_text": [
          {
            "type": "text",
            "text": {
              "content": "personal",
              "link": null
            },
            "annotations": {
              "bold": false,
              "italic": false,
              "strikethrough": false,
              "underline": false,
              "code": false,
              "color": "default"
            },
            "plain_text": "personal",
            "href": null
          }
        ]
      }
    ],
    "function": "show_original"
  }
}