We are excited to announce that the Postman API Platform now supports OpenAPI 3.1 files. OpenAPI 3.1 is the latest version of OpenAPI and was released in February of last year. We already support all previous versions of OpenAPI (3.0, 2.0, and 1.0) along with other API specification formats like WSDL, RAML, and GraphQL. OpenAPI 3.1 adds support for describing webhooks, full compatibility with JSON Schema’s latest draft (2020–12), and API license identification via the standard SPDX identifier along with other smaller changes.
With this release, you can import OpenAPI 3.1 files in Postman, edit them directly in our editor, and generate collections from them.
Getting started
Here’s how you can import OpenAPI 3.1 files and generate collections from them:
In the left-hand sidebar, click Import.
Choose the OpenAPI 3.1 file to be imported.
Configure the advanced options for the collection that will be generated, like whether to include cookies, exclude responses, etc.
Click Import.
Importing OpenAPI 3.1 files in Postman
You can also create a new OpenAPI 3.1 document right inside Postman. Here’s how:
In the left-hand sidebar, click New.
In the modal that appears, click API.
Enter the name and version of your API and select OpenAPI 3.1 as the schema type.
Click on Create API.
We’d love to hear what you think about this exciting update. Reach out to us on Github, leverage our Postman Community forum to engage with other Postman users, or contact us at help@postman.com to share your thoughts and feedback around your use cases.
The post Postman Now Supports OpenAPI 3.1 appeared first on Postman Blog.