Harry
09/19/2023, 3:14 PMeachLike, but once the interaction.json file is created, it shows the entire response inside of that array object.rholshausen
09/20/2023, 12:31 AMHarry
09/20/2023, 5:57 AMPactDslJsonBody body = new PactDslJsonBody()
.stringType("id")
.stringType("summary")
.eachLike("arrayData")
.stringType("id")
.stringType("formatCode")
.booleanType("Price")
.booleanType("permissionsAvailable")Harry
09/20/2023, 5:58 AMbooleanType parameters as a part of arrayData object, which they are not.rholshausen
09/20/2023, 6:24 AM.closeArray() after .stringType("formatCode")Harry
09/20/2023, 6:26 AM.closeArray(), intellij starts throwing error from the next line, i.e. booleanType("Price")rholshausen
09/20/2023, 6:31 AMHarry
09/20/2023, 6:33 AMuglyog
uglyog
Harry
09/20/2023, 6:59 AM