Solved
Forum Discussion
HKosova
Alumni
4 years agoOpenAPI Specification does not have a way to describe request/response correlation. See this discussion for details:
https://github.com/OAI/OpenAPI-Specification/issues/2031
You can, however, describe these conditions in the description of those response fields and the corresponding parameters.
- gmackenzie4 years agoNew Contributor
That's what I've done in the meantime so looks like it'll have to do! Thanks for the help HKosova !