{
"title": "Select a Pizza!",
"description": "",
"properties": {
"size": {
"type": "string",
"title": "Size",
"enum": [
"Personal",
"Medium",
"Large"
]
},
"toppings": {
"type": "array",
"title": "Toppings"
}
"required": [
"size",
"toppings"