I created the schema and utilized the “.” notation to create the JSON object.
I shared 3 schemas which shows the issue in a cleaner format. I’ll take a look and try your suggestion.
Here is an example of lookup_error:
{
“id”: 1,
“first_name”: “Janie”,
“last_name”: “Dawber”,
“email”: “jdawber0@icq.com”,
“addr”: {
“line1”: “8 Merry Parkway”,
“state”: “FL”
}
}
Here is an example of lookup:
{
“id”: 1,
“first_name”: “Ezequiel”,
“last_name”: “Stitson”,
“email”: “estitson0@blogspot.com”,
“line1”: “1 Ridgeview Pass”,
“state”: “FL”
}
I’m also looking to have the JSON field, in the left-hand side of the criteria
Thanks