Hi, I've been a long-time user of WireMock. I use it in our projects for integration tests. But recently, I’ve built a Spring Boot service which embeds WireMock to deploy it onto Kubernetes as a mock service on dev and qa environments. The reason to build a Spring Boot service is that we are planning to keep this service generic. It has an implementation of a blob store that pulls mapping files from remote storage at startup. Each team will maintain their mappings. Everything seems good so far. My question is, is it possible to have multiple custom request matchers in a single mapping as it seems to take an object instead of an array?