21 lines
464 B
JSON

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