mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 05:38:06 +00:00
User: nelson@spiffworkflow.org added process model file users/sample/UI_File.json
This commit is contained in:
parent
a41843455f
commit
31d5257067
35
users/sample/UI_File.json
Normal file
35
users/sample/UI_File.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user