123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056
{
  "surface_id": "onboadring-kitchen-tools-allergies-picker-surface",
  "surface_version": 1,
  "payload": {
    "objects": [
      {
        "beginRendering": {
          "surfaceId": "onboadring-kitchen-tools-allergies-picker-surface",
          "root": "root-card"
        }
      },
      {
        "surfaceUpdate": {
          "surfaceId": "onboadring-kitchen-tools-allergies-picker-surface",
          "components": [
            {
              "id": "root-card",
              "component": {
                "Card": {
                  "child": "main-column"
                }
              }
            },
            {
              "id": "main-column",
              "component": {
                "Column": {
                  "alignment": "stretch",
                  "children": {
                    "explicitList": [
                      "tools-title",
                      "tools-grid",
                      "allergies-title",
                      "allergies-grid",
                      "submit-gate",
                      "confirm-button"
                    ]
                  }
                }
              }
            },
            {
              "id": "tools-title",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Your kitchen tools"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            },
            {
              "id": "tools-grid",
              "component": {
                "SelectionGrid": {
                  "selection": {
                    "path": "/selectedKitchenTools",
                    "literalArray": []
                  },
                  "maxSelection": 9,
                  "requiredSelection": 1,
                  "hasSelection": {
                    "path": "/readyKitchenTools",
                    "literalBoolean": false
                  },
                  "items": [
                    {
                      "value": "knife",
                      "child": "tool-knife-card"
                    },
                    {
                      "value": "pan",
                      "child": "tool-pan-card"
                    },
                    {
                      "value": "pot",
                      "child": "tool-pot-card"
                    },
                    {
                      "value": "oven",
                      "child": "tool-oven-card"
                    },
                    {
                      "value": "blender",
                      "child": "tool-blender-card"
                    },
                    {
                      "value": "grill",
                      "child": "tool-grill-card"
                    },
                    {
                      "value": "bowl",
                      "child": "tool-bowl-card"
                    },
                    {
                      "value": "scale",
                      "child": "tool-scale-card"
                    },
                    {
                      "value": "tongs",
                      "child": "tool-tongs-card"
                    }
                  ]
                }
              }
            },
            {
              "id": "tool-knife-card",
              "component": {
                "Card": {
                  "child": "tool-knife-column"
                }
              }
            },
            {
              "id": "tool-knife-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "tool-knife-emoji",
                      "tool-knife-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "tool-knife-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "🔪"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "tool-knife-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Knife"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "tool-pan-card",
              "component": {
                "Card": {
                  "child": "tool-pan-column"
                }
              }
            },
            {
              "id": "tool-pan-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "tool-pan-emoji",
                      "tool-pan-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "tool-pan-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "🍳"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "tool-pan-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Pan"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "tool-pot-card",
              "component": {
                "Card": {
                  "child": "tool-pot-column"
                }
              }
            },
            {
              "id": "tool-pot-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "tool-pot-emoji",
                      "tool-pot-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "tool-pot-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "🍲"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "tool-pot-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Pot"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "tool-oven-card",
              "component": {
                "Card": {
                  "child": "tool-oven-column"
                }
              }
            },
            {
              "id": "tool-oven-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "tool-oven-emoji",
                      "tool-oven-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "tool-oven-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "♨️"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "tool-oven-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Oven"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "tool-blender-card",
              "component": {
                "Card": {
                  "child": "tool-blender-column"
                }
              }
            },
            {
              "id": "tool-blender-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "tool-blender-emoji",
                      "tool-blender-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "tool-blender-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "🥤"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "tool-blender-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Blender"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "tool-grill-card",
              "component": {
                "Card": {
                  "child": "tool-grill-column"
                }
              }
            },
            {
              "id": "tool-grill-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "tool-grill-emoji",
                      "tool-grill-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "tool-grill-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "🔥"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "tool-grill-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Grill"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "tool-bowl-card",
              "component": {
                "Card": {
                  "child": "tool-bowl-column"
                }
              }
            },
            {
              "id": "tool-bowl-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "tool-bowl-emoji",
                      "tool-bowl-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "tool-bowl-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "🥣"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "tool-bowl-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Bowl"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "tool-scale-card",
              "component": {
                "Card": {
                  "child": "tool-scale-column"
                }
              }
            },
            {
              "id": "tool-scale-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "tool-scale-emoji",
                      "tool-scale-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "tool-scale-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "⚖️"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "tool-scale-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Scale"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "tool-tongs-card",
              "component": {
                "Card": {
                  "child": "tool-tongs-column"
                }
              }
            },
            {
              "id": "tool-tongs-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "tool-tongs-emoji",
                      "tool-tongs-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "tool-tongs-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "🍴"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "tool-tongs-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Tongs"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "allergies-title",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Any allergies?"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            },
            {
              "id": "allergies-grid",
              "component": {
                "SelectionGrid": {
                  "selection": {
                    "path": "/selectedAllergies",
                    "literalArray": []
                  },
                  "maxSelection": 9,
                  "requiredSelection": 1,
                  "hasSelection": {
                    "path": "/readyAllergies",
                    "literalBoolean": false
                  },
                  "items": [
                    {
                      "value": "peanuts",
                      "child": "allergy-peanuts-card"
                    },
                    {
                      "value": "tree_nuts",
                      "child": "allergy-tree_nuts-card"
                    },
                    {
                      "value": "dairy",
                      "child": "allergy-dairy-card"
                    },
                    {
                      "value": "eggs",
                      "child": "allergy-eggs-card"
                    },
                    {
                      "value": "shellfish",
                      "child": "allergy-shellfish-card"
                    },
                    {
                      "value": "fish",
                      "child": "allergy-fish-card"
                    },
                    {
                      "value": "soy",
                      "child": "allergy-soy-card"
                    },
                    {
                      "value": "wheat",
                      "child": "allergy-wheat-card"
                    },
                    {
                      "value": "sesame",
                      "child": "allergy-sesame-card"
                    }
                  ]
                }
              }
            },
            {
              "id": "allergy-peanuts-card",
              "component": {
                "Card": {
                  "child": "allergy-peanuts-column"
                }
              }
            },
            {
              "id": "allergy-peanuts-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "allergy-peanuts-emoji",
                      "allergy-peanuts-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "allergy-peanuts-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "🥜"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "allergy-peanuts-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Peanuts"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "allergy-tree_nuts-card",
              "component": {
                "Card": {
                  "child": "allergy-tree_nuts-column"
                }
              }
            },
            {
              "id": "allergy-tree_nuts-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "allergy-tree_nuts-emoji",
                      "allergy-tree_nuts-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "allergy-tree_nuts-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "🌰"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "allergy-tree_nuts-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Tree Nuts"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "allergy-dairy-card",
              "component": {
                "Card": {
                  "child": "allergy-dairy-column"
                }
              }
            },
            {
              "id": "allergy-dairy-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "allergy-dairy-emoji",
                      "allergy-dairy-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "allergy-dairy-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "🥛"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "allergy-dairy-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Dairy"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "allergy-eggs-card",
              "component": {
                "Card": {
                  "child": "allergy-eggs-column"
                }
              }
            },
            {
              "id": "allergy-eggs-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "allergy-eggs-emoji",
                      "allergy-eggs-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "allergy-eggs-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "🥚"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "allergy-eggs-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Eggs"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "allergy-shellfish-card",
              "component": {
                "Card": {
                  "child": "allergy-shellfish-column"
                }
              }
            },
            {
              "id": "allergy-shellfish-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "allergy-shellfish-emoji",
                      "allergy-shellfish-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "allergy-shellfish-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "🦐"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "allergy-shellfish-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Shellfish"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "allergy-fish-card",
              "component": {
                "Card": {
                  "child": "allergy-fish-column"
                }
              }
            },
            {
              "id": "allergy-fish-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "allergy-fish-emoji",
                      "allergy-fish-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "allergy-fish-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "🐟"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "allergy-fish-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Fish"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "allergy-soy-card",
              "component": {
                "Card": {
                  "child": "allergy-soy-column"
                }
              }
            },
            {
              "id": "allergy-soy-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "allergy-soy-emoji",
                      "allergy-soy-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "allergy-soy-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "🫘"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "allergy-soy-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Soy"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "allergy-wheat-card",
              "component": {
                "Card": {
                  "child": "allergy-wheat-column"
                }
              }
            },
            {
              "id": "allergy-wheat-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "allergy-wheat-emoji",
                      "allergy-wheat-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "allergy-wheat-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "🌾"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "allergy-wheat-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Wheat"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "allergy-sesame-card",
              "component": {
                "Card": {
                  "child": "allergy-sesame-column"
                }
              }
            },
            {
              "id": "allergy-sesame-column",
              "component": {
                "Column": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "allergy-sesame-emoji",
                      "allergy-sesame-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "allergy-sesame-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": ""
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "allergy-sesame-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Sesame"
                  },
                  "variant": "captionSemibold"
                }
              }
            },
            {
              "id": "submit-gate",
              "component": {
                "BooleanAllOf": {
                  "inputs": [
                    {
                      "path": "/readyKitchenTools"
                    },
                    {
                      "path": "/readyAllergies"
                    }
                  ],
                  "output": {
                    "path": "/canConfirm",
                    "literalBoolean": false
                  }
                }
              }
            },
            {
              "id": "confirm-button",
              "component": {
                "Button": {
                  "child": "confirm-label",
                  "style": "primary",
                  "enabled": {
                    "path": "/canConfirm"
                  },
                  "action": {
                    "name": "confirm_kitchen_tools_and_allergies",
                    "context": [
                      {
                        "key": "selectedKitchenTools",
                        "value": {
                          "path": "/selectedKitchenTools"
                        }
                      },
                      {
                        "key": "selectedAllergies",
                        "value": {
                          "path": "/selectedAllergies"
                        }
                      },
                      {
                        "key": "canConfirm",
                        "value": {
                          "path": "/canConfirm"
                        }
                      }
                    ]
                  }
                }
              }
            },
            {
              "id": "confirm-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Confirm"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            }
          ]
        }
      },
      {
        "dataModelUpdate": {
          "surfaceId": "onboadring-kitchen-tools-allergies-picker-surface",
          "path": "/",
          "contents": [
            {
              "key": "readyKitchenTools",
              "valueBoolean": false
            },
            {
              "key": "readyAllergies",
              "valueBoolean": false
            },
            {
              "key": "canConfirm",
              "valueBoolean": false
            }
          ]
        }
      }
    ]
  }
}
0 tokens
Your kitchen tools
Any allergies?