Hi all, im using bidirectional contract testing wi...
# pactflow
n
Hi all, im using bidirectional contract testing with openapi for the provider and the regular consumer contract. But am getting the attached error for
"unknown format "integer" is used in schema at path "#/properties/value"
. I'm not sure why this error is occurring as believe my expected response is correct and matches the provider.
m
It looks like it can't parse the OAS fully. Are you able to please share?
Or just a redacted one that reproduces the issue?
n
Hmm okay I think I may have figured this one out just now. I tried another endpoint and it ended up working I think it was due to the OAS one of the types may have been incorrect.
👍 1