document.json 952 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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": "heading2",
  21. "check": true
  22. }
  23. },
  24. {
  25. "type": "text",
  26. "attributes": {
  27. "text-type": "check-box",
  28. "check": true
  29. }
  30. },
  31. {
  32. "type": "text",
  33. "attributes": {
  34. "tag": "**"
  35. }
  36. }
  37. ]
  38. },
  39. {
  40. "type": "image",
  41. "attributes": {
  42. "url": "x.png"
  43. }
  44. },
  45. {
  46. "type": "video",
  47. "attributes": {
  48. "url": "x.mp4"
  49. }
  50. }
  51. ]
  52. }
  53. }