TLDR:
Im able to import OpenAPI spec as API in Postman. Im able to generate mock server from collections. But i dont see a way to connect these two - create mock server from API spec like for example in SoapUI, ReadyAPI, Traffic Parrot etc do.
FULL:
Im testing various tools in context of CDD (Contract Driven Development). Thats a methodology when contract (api spec) is created/edited first, and then code (api server and api client) has to be adjusted to it. In this concept API client will not be developed and tested (CI phase) against real servers but mocked servers created from api spec.