User: nelson@spiffworkflow.org added process model file users/sample/UI_File.json

This commit is contained in:
sartography-automated-committer 2023-05-17 08:14:33 +00:00
parent a41843455f
commit 31d5257067

35
users/sample/UI_File.json Normal file
View File

@ -0,0 +1,35 @@
{
"orderId": {
"ui:widget": "text"
},
"customerName": {
"ui:widget": "text"
},
"products": {
"items": {
"productId": {
"ui:widget": "text"
},
"productName": {
"ui:widget": "text"
},
"quantity": {
"ui:widget": "updown"
}
}
},
"shippingAddress": {
"street": {
"ui:widget": "text"
},
"city": {
"ui:widget": "text"
},
"state": {
"ui:widget": "text"
},
"postalCode": {
"ui:widget": "text"
}
}
}