1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
{
  "surface_id": "open-photo-card",
  "surface_version": 1,
  "payload": {
    "objects": [
      {
        "beginRendering": {
          "surfaceId": "open-photo-card",
          "root": "root-card"
        }
      },
      {
        "surfaceUpdate": {
          "surfaceId": "open-photo-card",
          "components": [
            {
              "id": "root-card",
              "component": {
                "Card": {
                  "child": "main-column"
                }
              }
            },
            {
              "id": "main-column",
              "component": {
                "Column": {
                  "alignment": "stretch",
                  "children": {
                    "explicitList": [
                      "photo-image",
                      "photo-divider",
                      "photo-button"
                    ]
                  }
                }
              }
            },
            {
              "id": "photo-image",
              "component": {
                "Image": {
                  "url": {
                    "literalString": "https://oss-macaron-system.macaron.im/image/a2ui_card/photo.jpg"
                  },
                  "size": "full"
                }
              }
            },
            {
              "id": "photo-divider",
              "component": {
                "Divider": {}
              }
            },
            {
              "id": "photo-button",
              "component": {
                "Button": {
                  "child": "photo-button-label",
                  "style": "primary",
                  "action": {
                    "handler": {
                      "operation": "send_photo"
                    }
                  }
                }
              }
            },
            {
              "id": "photo-button-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Photo"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            }
          ]
        }
      }
    ]
  }
}
0 tokens