document.json 790 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "document": {
  3. "type": "root",
  4. "children": [
  5. {
  6. "type": "text",
  7. "attributes": {
  8. "text-type": "heading1"
  9. }
  10. },
  11. {
  12. "type": "text",
  13. "attributes": {
  14. "tag": "*"
  15. },
  16. "children": [
  17. {
  18. "type": "text",
  19. "attributes": {
  20. "text-type": "check-box",
  21. "check": true
  22. }
  23. },
  24. {
  25. "type": "text",
  26. "attributes": {
  27. "tag": "**"
  28. }
  29. }
  30. ]
  31. },
  32. {
  33. "type": "image",
  34. "attributes": {
  35. "url": "x.png"
  36. }
  37. },
  38. {
  39. "type": "video",
  40. "attributes": {
  41. "url": "x.mp4"
  42. }
  43. }
  44. ]
  45. }
  46. }