When I import a specification file (OpenApi 3.0.0) containing remote references to schemas and requestBodies description, Postman is not able to find schema for response from my spec file.The ./components/schemas and ./components/requestBodies content are not parsed.
Is Postman able to read remote references ?
Steps to reproduce the behavior:
- Import file
- Generate Collection from OpenApi 3.0 schema
- Collections : Get all users
- Clic on example : "The users list has been succefully retrieved"
- The expected response body is not recognized
The ./components/schemas/User.json is not found
{ "value": "reference ./components/schemas/User.json not found in the api spec"}
- App Type : Native App
- Postman v7.13.0
- OS: Ubuntu 19.04