Using multiple files like a data dictionary

Hi.

Can Postman be configured to have like a yaml / json file in Github say (lets refer to that as a global data dictionary), that contains all your field names and their attributes or complex structures (referencing fields in the same data dictionary).

Then have APIs within a collection or under API that then as their $ref (openapi3) refer to this "global data dictionary in the same way that i believe swaggerhub product does, so that when you export the API YAML / JSON or display it, it will drag those references and show the structures (i have tried both #/ and …/ and https refs.

The last one only seems to work with swaggerhub, whereas I would like my global repo in github)

Hope that makes sense, any help appreciated

TIA

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.