demo-process-models/playground/usama/essential-example/orderdetails-schema.json

20 lines
480 B
JSON

{
"properties": {
"productSelection": {
"type": "string",
"title": "Product Selection"
},
"quantity": {
"type": "integer",
"title": "Quantity"
},
"customerName": {
"type": "string",
"title": "Customer Name"
},
"shippingAddress": {
"type": "string",
"title": "Shipping Address"
}
}
}