36 lines
538 B
JSON

{
"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"
}
}
}