I cannot get Postman to recognize https://chat.googleapis.com/$discovery/rest?version=v1
I normally import Swagger documents and it creates collections for me without any problems. But this is not a Swagger file, it's a Google "discovery document". I would have thought that Postman would somehow recognize this Google format but it doesn't. Is says: "Error while importing: format not recognized...".
My question: Without adding all methods separately, how do I "consume" / import this API in a / as a Postman collection?