diff options
Diffstat (limited to 'src/models/block/tests/heading_1.json')
-rw-r--r-- | src/models/block/tests/heading_1.json | 175 |
1 files changed, 175 insertions, 0 deletions
diff --git a/src/models/block/tests/heading_1.json b/src/models/block/tests/heading_1.json new file mode 100644 index 0000000..ab2d7e1 --- /dev/null +++ b/src/models/block/tests/heading_1.json @@ -0,0 +1,175 @@ +{ + "object": "block", + "id": "9e891834-6a03-475c-a2b8-421e17f0f3aa", + "created_time": "2022-05-12T21:15:00.000Z", + "last_edited_time": "2022-05-12T22:10:00.000Z", + "created_by": { + "object": "user", + "id": "6419f912-5293-4ea8-b2c8-9c3ce44f90e3" + }, + "last_edited_by": { + "object": "user", + "id": "6419f912-5293-4ea8-b2c8-9c3ce44f90e3" + }, + "has_children": false, + "archived": false, + "type": "heading_1", + "heading_1": { + "rich_text": [ + { + "type": "text", + "text": { + "content": "This", + "link": null + }, + "annotations": { + "bold": false, + "italic": false, + "strikethrough": false, + "underline": false, + "code": true, + "color": "default" + }, + "plain_text": "This", + "href": null + }, + { + "type": "text", + "text": { + "content": " ", + "link": null + }, + "annotations": { + "bold": false, + "italic": false, + "strikethrough": false, + "underline": false, + "code": false, + "color": "default" + }, + "plain_text": " ", + "href": null + }, + { + "type": "text", + "text": { + "content": "is", + "link": null + }, + "annotations": { + "bold": false, + "italic": false, + "strikethrough": false, + "underline": true, + "code": false, + "color": "default" + }, + "plain_text": "is", + "href": null + }, + { + "type": "text", + "text": { + "content": " ", + "link": null + }, + "annotations": { + "bold": false, + "italic": false, + "strikethrough": false, + "underline": false, + "code": false, + "color": "default" + }, + "plain_text": " ", + "href": null + }, + { + "type": "text", + "text": { + "content": "a", + "link": null + }, + "annotations": { + "bold": false, + "italic": true, + "strikethrough": false, + "underline": true, + "code": false, + "color": "default" + }, + "plain_text": "a", + "href": null + }, + { + "type": "text", + "text": { + "content": " ", + "link": null + }, + "annotations": { + "bold": false, + "italic": false, + "strikethrough": false, + "underline": false, + "code": false, + "color": "default" + }, + "plain_text": " ", + "href": null + }, + { + "type": "text", + "text": { + "content": "Heading", + "link": null + }, + "annotations": { + "bold": false, + "italic": true, + "strikethrough": false, + "underline": false, + "code": false, + "color": "default" + }, + "plain_text": "Heading", + "href": null + }, + { + "type": "text", + "text": { + "content": " ", + "link": null + }, + "annotations": { + "bold": false, + "italic": false, + "strikethrough": false, + "underline": false, + "code": false, + "color": "default" + }, + "plain_text": " ", + "href": null + }, + { + "type": "text", + "text": { + "content": "1", + "link": null + }, + "annotations": { + "bold": false, + "italic": false, + "strikethrough": true, + "underline": false, + "code": false, + "color": "default" + }, + "plain_text": "1", + "href": null + } + ], + "color": "default" + } +}
\ No newline at end of file |