Converting OpenAPI specs to Postman collections

The OpenAPI collection importer was released in Postman a few months ago. Here’s an overview of how it works, the thoughts behind its design, and future plans:

3 Likes

Hi there. I’ve run into what I think is a bug with converting a jsonapi.org-based OAS 3.0 spec into a collection. Specifically, this components/parameters/fields definition generates query parameters of “&fields[0]=<&fields[1]=o&fields[2]=b&fields[3]=j&fields[4]=e&fields[5]=c&fields[6]=t&fields[7]=>” which is basically spelling out the word :

(ugh the code indentation isn’t being preserved)

fields:
name: fields
in: query
description: ‘sparse fieldsets
required: false
style: deepObject
schema:
type: object
explode: true