HI,
I have a requirement to create a JSON schema from the following sample payload. I have figured out creating the basic properties. I need help in creating the array of objects within the structure using the form option in the design panel.
{
"PurchaseOrderNumber": "889980039555432200",
"orderStatus": "Shipped",
"orderDate": "20231003",
"orderTimeStamp": "172709",
"carrier": "WILL",
"actualPickupPersonName": "JOBY JOSEPH",
"timeZone": "EST",
"lineitemsCollection": [
{
"lineitemsItem": {
"articleNumber": "000000000000010045",
"itemQuantity": 4.000,
"unit": "EA",
"dotCollection": [
{
"dotItem": {
"dot": "DOT5678902517"
}
},
{
"dotItem": {
"dot": "DOT5678902517"
}
},
{
"dotItem": {
"dot": "DOT5678902518"
}
},
{
"dotItem": {
"dot": "DOT5678902519"
}
}
]
}
Thanks,
Paul
------------------------------
Paul Dango
------------------------------