test.json 717 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "type": "bubble",
  3. "body": {
  4. "type": "box",
  5. "layout": "vertical",
  6. "contents": [
  7. {
  8. "type": "image",
  9. "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/01_1_cafe.png",
  10. "size": "full",
  11. "margin": "none",
  12. "align": "start",
  13. "gravity": "top",
  14. "position": "relative"
  15. },
  16. {
  17. "type": "text",
  18. "text": "hello, world"
  19. },
  20. {
  21. "type": "box",
  22. "layout": "baseline",
  23. "contents": [
  24. {
  25. "type": "text",
  26. "text": "hello, world"
  27. },
  28. {
  29. "type": "text",
  30. "text": "hello, world"
  31. }
  32. ]
  33. }
  34. ]
  35. }
  36. }