Hi i am learning Open API Specification and i am having a doubt regarding the request and response As Described in this link There is a requestBody object and a Responses object for a path. But i have to define that for a particular input there should be particular output with respective error code How can implement this in Open API Specification
Thanks in advance