User: dan@sartography.com clicked save for playground/dan/pizza-palace/pizza-order-schema.json

This commit is contained in:
sartography-automated-committer 2023-11-16 20:13:26 +00:00
parent e6f2bf8c0f
commit b630741b07
1 changed files with 4 additions and 2 deletions

View File

@ -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",