mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 16:55:19 +00:00
26 lines
581 B
JSON
26 lines
581 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"
|
|
},
|
|
"shippingAddress": {
|
|
"type": "string",
|
|
"title": "Shipping Address"
|
|
}
|
|
},
|
|
}
|
|
}
|
|
} |