test.json 1.28 KB
{
  "type": "flex",
  "altText": "GenContentFlex!0",
  "contents": {
    "type": "bubble",
    "body": {
      "type": "box",
      "layout": "vertical",
      "spacing": "sm",
      "contents": [
        {
          "type": "text",
          "text": "Arm Chair, White",
          "weight": "bold",
          "size": "xl",
          "wrap": true,
          "contents": []
        },
        {
          "type": "box",
          "layout": "baseline",
          "contents": [
            {
              "type": "text",
              "text": "$49",
              "weight": "bold",
              "size": "xl",
              "flex": 0,
              "wrap": true,
              "contents": []
            },
            {
              "type": "text",
              "text": ".99",
              "weight": "bold",
              "size": "sm",
              "flex": 0,
              "wrap": true,
              "contents": []
            }
          ]
        }
      ]
    },
    "footer": {
      "type": "box",
      "layout": "vertical",
      "spacing": "sm",
      "contents": [
        {
          "type": "button",
          "action": {
            "type": "uri",
            "label": "Add to Cart",
            "uri": "https://linecorp.com"
          },
          "style": "primary"
        }
      ]
    }
  }
}