12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "document": {
- "type": "root",
- "children": [
- {
- "type": "text",
- "attributes": {
- "text-type": "heading1"
- }
- },
- {
- "type": "text",
- "attributes": {
- "tag": "*"
- },
- "children": [
- {
- "type": "text",
- "attributes": {
- "text-type": "check-box",
- "check": true
- }
- },
- {
- "type": "text",
- "attributes": {
- "tag": "**"
- }
- }
- ]
- },
- {
- "type": "image",
- "attributes": {
- "url": "x.png"
- }
- },
- {
- "type": "video",
- "attributes": {
- "url": "x.mp4"
- }
- }
- ]
- }
- }
|