User: usama@sartography.com clicked save for playground/usama/essential-example/orderdetails-schema.json

This commit is contained in:
sartography-automated-committer 2024-02-15 07:51:12 +00:00
parent 730fcbe319
commit 2df1fd6395
1 changed files with 10 additions and 3 deletions

View File

@ -1,4 +1,5 @@
{ {
"form": {
"type": "object", "type": "object",
"properties": { "properties": {
"orderDetails": { "orderDetails": {
@ -16,7 +17,13 @@
"type": "string", "type": "string",
"title": "Customer Name" "title": "Customer Name"
}, },
"shippingAddress": {
"type": "string",
"title": "Shipping Address"
}
},
"required": ["productSelection", "quantity", "customerName", "shippingAddress"]
} }
} }
} }
}