User: usama@sartography.com clicked save for playground/usama/essential-example/orderdetails-schema.json
This commit is contained in:
parent
730fcbe319
commit
2df1fd6395
|
@ -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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue