In Pactflow, I am getting a Validator Error due to...
# pactflow
j
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?
m
Hi Jay, not that I know. Mind sharing a bit more about your setup so we can take a look?
j
Yeah what information do you need?
👀 1
m
Ideally the OAS, or an OAS that exhibits the same issue. Does it pass validation by tools like the SwaggerHub editor https://editor.swagger.io/