123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
{
  "surface_id": "bio-profile-surface",
  "surface_version": 1,
  "payload": {
    "objects": [
      {
        "beginRendering": {
          "surfaceId": "bio-profile-surface",
          "root": "root-card"
        }
      },
      {
        "surfaceUpdate": {
          "surfaceId": "bio-profile-surface",
          "components": [
            {
              "id": "root-card",
              "component": {
                "Card": {
                  "child": "main-column"
                }
              }
            },
            {
              "id": "main-column",
              "component": {
                "Column": {
                  "children": {
                    "explicitList": [
                      "header-row",
                      "about-section"
                    ]
                  },
                  "alignment": "start"
                }
              }
            },
            {
              "id": "header-row",
              "component": {
                "Row": {
                  "children": {
                    "explicitList": [
                      "avatar-image",
                      "info-column"
                    ]
                  },
                  "alignment": "start"
                }
              }
            },
            {
              "id": "avatar-image",
              "component": {
                "Image": {
                  "url": {
                    "path": "/profile/avatarUrl"
                  }
                }
              }
            },
            {
              "id": "info-column",
              "component": {
                "Column": {
                  "children": {
                    "explicitList": [
                      "name-text",
                      "title-text",
                      "website-text"
                    ]
                  },
                  "alignment": "start"
                }
              }
            },
            {
              "id": "name-text",
              "component": {
                "Label": {
                  "text": {
                    "path": "/profile/name"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "title-text",
              "component": {
                "Label": {
                  "text": {
                    "path": "/profile/title"
                  },
                  "variant": "body"
                }
              }
            },
            {
              "id": "website-text",
              "component": {
                "Label": {
                  "text": {
                    "path": "/profile/website"
                  },
                  "variant": "caption"
                }
              }
            },
            {
              "id": "about-section",
              "component": {
                "Column": {
                  "children": {
                    "explicitList": [
                      "about-title",
                      "about-description"
                    ]
                  },
                  "alignment": "start"
                }
              }
            },
            {
              "id": "about-title",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "About"
                  },
                  "variant": "bodySemibold"
                }
              }
            },
            {
              "id": "about-description",
              "component": {
                "Label": {
                  "text": {
                    "path": "/profile/bio"
                  },
                  "variant": "body"
                }
              }
            }
          ]
        }
      },
      {
        "dataModelUpdate": {
          "surfaceId": "bio-profile-surface",
          "path": "/",
          "contents": [
            {
              "key": "profile",
              "valueMap": [
                {
                  "key": "avatarUrl",
                  "valueString": "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop"
                },
                {
                  "key": "name",
                  "valueString": "Sara Lawrence"
                },
                {
                  "key": "title",
                  "valueString": "Design in San Francisco"
                },
                {
                  "key": "website",
                  "valueString": "website.com"
                },
                {
                  "key": "bio",
                  "valueString": "I'm a passionate UX designer striving to create intuitive and engaging experiences. I'm a big believer that things can always be simpler than we think."
                }
              ]
            }
          ]
        }
      }
    ]
  }
}
0 tokens
Sara Lawrence
Design in San Francisco
website.com
About
I'm a passionate UX designer striving to create intuitive and engaging experiences. I'm a big believer that things can always be simpler than we think.