20 lines
464 B
JSON
Raw Normal View History

{
"type": "object",
"properties": {
"orderDetails": {
"type": "object",
"properties": {
"productSelection": {
"type": "string",
"title": "Product Selection"
},
"quantity": {
"type": "integer",
"title": "Quantity"
},
"customerName": {
"type": "string",
"title": "Customer Name"
}
}
}