I try to write a pact contract test covering following scenario. I have a consumer calling an GET to receive an information about an animal, either a cat or dog. In code both Cat and Dog are subtypes of an Animal class. Is there a possibility to write a contract expecting response to contain “animal” key with value matching either