123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
{
  "surface_id": "food-rating-card-surface",
  "surface_version": 1,
  "payload": {
    "objects": [
      {
        "beginRendering": {
          "surfaceId": "food-rating-card-surface",
          "root": "root-card"
        }
      },
      {
        "surfaceUpdate": {
          "surfaceId": "food-rating-card-surface",
          "components": [
            {
              "id": "root-card",
              "component": {
                "Card": {
                  "child": "main-column"
                }
              }
            },
            {
              "id": "main-column",
              "component": {
                "Column": {
                  "alignment": "stretch",
                  "children": {
                    "explicitList": [
                      "food-cover",
                      "food-title",
                      "food-subtitle",
                      "food-tags",
                      "food-rating"
                    ]
                  }
                }
              }
            },
            {
              "id": "food-cover",
              "component": {
                "Image": {
                  "url": {
                    "literalString": "https://picsum.photos/seed/sakura-chicken-don/640/420"
                  },
                  "size": "full"
                }
              }
            },
            {
              "id": "food-title",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Sakura Chicken Don"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            },
            {
              "id": "food-subtitle",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Crispy chicken, soft egg, and sweet soy glaze."
                  },
                  "color": "secondary",
                  "variant": "subheadline"
                }
              }
            },
            {
              "id": "food-tags",
              "component": {
                "TagText": {
                  "segments": {
                    "literalArray": [
                      {
                        "text": "Japanese",
                        "style": "secondary"
                      },
                      {
                        "text": "Chef's Pick",
                        "style": "highlight"
                      },
                      {
                        "text": "28 min",
                        "style": "tertiary"
                      }
                    ]
                  }
                }
              }
            },
            {
              "id": "food-rating",
              "component": {
                "Rating": {
                  "rating": {
                    "literalNumber": 4.8
                  },
                  "text": {
                    "literalString": "4.8 (326 reviews)"
                  }
                }
              }
            }
          ]
        }
      },
      {
        "dataModelUpdate": {
          "surfaceId": "food-rating-card-surface",
          "path": "/",
          "contents": []
        }
      }
    ]
  }
}
0 tokens
Sakura Chicken Don
Crispy chicken, soft egg, and sweet soy glaze.
JapaneseChef's Pick28 min
4.8 (326 reviews)