User: dan@sartography.com clicked save for playground/dan/pizza-palace/pizza-order-schema.json
This commit is contained in:
parent
e6f2bf8c0f
commit
b630741b07
|
@ -2,8 +2,10 @@
|
|||
"title": "Build your Pizza!",
|
||||
"description": "Select the size and toppings, we'll do the rest!",
|
||||
"type": "object",
|
||||
"required"
|
||||
"properties": {
|
||||
"required": [
|
||||
"firstName",
|
||||
"lastName"
|
||||
], "properties": {
|
||||
"pizza_size": {
|
||||
"title": "What size pizza would you like?",
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in New Issue