Reference Schema from Other API

How can I use $ref to import schemas from either external YAML files or from another API I’ve documented in Postman?

I want to use $ref to reference schemas defined in another Postman API without needing to publish the API.

Thanks for your help!

4 Likes

I need to do the same, did you managed to figure it out ?

1 Like

Same. I’ve got a large collection of services which share common objects and this would be REALLY useful. Not as useful as supporting http references, but I’ll take what I can get. This is currently the one thing I’m having trouble convincing management to get an Enterprise license.

This is a serious limitation for using Postman as an API design tool. Any plans by the Postman team to support $ref for remote or HTTP reference as per the Open API Guide?