In Pactflow, I am getting a Validator Error due to my provider contract specifying "items": { "type": "number", "format": "int32" }. This seems to also break the consumer tests in a way that they all give false positives. I don't see anything offspec with our implementation but if I remove the "format": "int32" from my property the consumer contract properly validates with confirmed errors.
Is there a known bug related to specifying format in a property in the provider contract?