2023-11-20 21:13:43 +00:00
|
|
|
{
|
2023-11-20 21:15:28 +00:00
|
|
|
"title": "Select your pizza size",
|
2023-11-20 21:22:45 +00:00
|
|
|
"description": "Only $4 more for Large!",
|
2023-11-20 21:13:43 +00:00
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
2023-11-20 21:15:00 +00:00
|
|
|
"pizza_size": {
|
2023-11-20 21:15:17 +00:00
|
|
|
"title": "Select your pizza size",
|
2023-11-20 21:13:43 +00:00
|
|
|
"type": "string",
|
|
|
|
"anyOf": [
|
2023-11-20 21:15:42 +00:00
|
|
|
"options_from_task_data_var:pizza_sizes"
|
2023-11-20 21:13:43 +00:00
|
|
|
]
|
2023-11-20 21:13:48 +00:00
|
|
|
},
|
2023-11-20 21:17:49 +00:00
|
|
|
"toppings": {
|
2023-11-20 21:13:48 +00:00
|
|
|
"type": "array",
|
2023-11-20 21:20:43 +00:00
|
|
|
"title": "Please select toppings",
|
2023-11-20 21:13:48 +00:00
|
|
|
"items": {
|
|
|
|
"type": "string",
|
|
|
|
"enum": [
|
2023-11-20 21:17:59 +00:00
|
|
|
"mushrooms",
|
2023-11-20 21:18:03 +00:00
|
|
|
"candy",
|
2023-11-20 21:18:18 +00:00
|
|
|
"pineapple",
|
2023-11-20 21:18:23 +00:00
|
|
|
"carrots"
|
2023-11-20 21:13:48 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"uniqueItems": true
|
2023-11-20 21:13:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|