Open tdiesler opened 1 year ago
Expected ...
"location": { "type": "Country", "address": { "addressCountry": "CA" } }
Given ...
"location": { "address": { "addressCountry": "CA" } }
Error
Non matching data: [{"name":"location","value":{"address":{"addressCountry":"CA"}}}]
Expected ...
Given ...
Error