{
"elements": [
{
"class": "Protocol::Element::Input::Text",
"attributes": {
"label": "What is the brand and model of your smartphone?",
"required": true,
"hint": "Please enter the exact brand and model name"
}
},
{
"class": "Protocol::Element::Input::Select",
"attributes": {
"label": "What is the storage capacity?",
"required": true,
"hint": "Select the storage capacity of your device"
},
"options": [
{"label": "64 GB", "deal_breaker": false},
{"label": "128 GB", "deal_breaker": false},
{"label": "256 GB", "deal_breaker": false}
]
}
]
}