Postman doesn’t yet support using $ref across multiple OAS files. This is something we’ve received feedback on previously and is a feature that’s been planned. In the interim you could look at tools to generate a flattened OAS file such as openapi-ref-flatten - npm. That could at least allow you to keep your models organized in different files, and then have a consolidated output yml that you can import to Postman.