Hey all. Quick one: I was using the DSL for matching but colleague asked for matching document to be provided as JSON resource file instead. Mostly works, but now I can't figure out how to match on type instead of value (e.g. for unique id field): is there any way to add matching rules when using file based approach? e.g:
.body(FileUtils.readFromResourceFile("pacts/createFtdcDevicePact.json"))