123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
{
  "surface_id": "travel-plan-card",
  "surface_version": 1,
  "payload": {
    "objects": [
      {
        "beginRendering": {
          "surfaceId": "travel-plan-card",
          "root": "root-card"
        }
      },
      {
        "surfaceUpdate": {
          "surfaceId": "travel-plan-card",
          "components": [
            {
              "id": "root-card",
              "component": {
                "Card": {
                  "child": "main-col"
                }
              }
            },
            {
              "id": "main-col",
              "component": {
                "Column": {
                  "children": {
                    "explicitList": [
                      "dest",
                      "date",
                      "tabs"
                    ]
                  }
                }
              }
            },
            {
              "id": "dest",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Kyoto"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "date",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Apr 12 - Apr 18"
                  },
                  "variant": "caption"
                }
              }
            },
            {
              "id": "tabs",
              "component": {
                "Tabs": {
                  "tabItems": [
                    {
                      "title": {
                        "literalString": "Itinerary"
                      },
                      "child": "itinerary-col"
                    },
                    {
                      "title": {
                        "literalString": "Checklist"
                      },
                      "child": "checklist-col"
                    }
                  ]
                }
              }
            },
            {
              "id": "itinerary-col",
              "component": {
                "Column": {
                  "children": {
                    "explicitList": [
                      "day1",
                      "day2",
                      "day3"
                    ]
                  }
                }
              }
            },
            {
              "id": "day1",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Day 1: Fushimi Inari + Gion"
                  },
                  "variant": "body"
                }
              }
            },
            {
              "id": "day2",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Day 2: Arashiyama + Kinkaku-ji"
                  },
                  "variant": "body"
                }
              }
            },
            {
              "id": "day3",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Day 3: Nishiki Market + Tea House"
                  },
                  "variant": "body"
                }
              }
            },
            {
              "id": "checklist-col",
              "component": {
                "Column": {
                  "children": {
                    "explicitList": [
                      "c1",
                      "c2",
                      "c3"
                    ]
                  }
                }
              }
            },
            {
              "id": "c1",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "[x] Passport"
                  },
                  "variant": "bodySans"
                }
              }
            },
            {
              "id": "c2",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "[x] JR Pass"
                  },
                  "variant": "bodySans"
                }
              }
            },
            {
              "id": "c3",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "[ ] Power Adapter"
                  },
                  "variant": "bodySans"
                }
              }
            }
          ]
        }
      }
    ]
  }
}
0 tokens
Kyoto
Apr 12 - Apr 18
Day 1: Fushimi Inari + Gion
Day 2: Arashiyama + Kinkaku-ji
Day 3: Nishiki Market + Tea House