OpenAPI 3.0 specification
OpenAPI 3.0 is NOT backward compatibility OpenAPI 2.0 is not usable
https://swagger.io/specification/
npm install -g openapi-to-postmanv2
openapi2postmanv2 -s demo.yaml -o collection.json -p -O folderStrategy=Tags,includeAuthInfoInExample=false
The config file must named followed by -config.yaml
docker run -ti -p 8080:8080 \
-v $(pwd):/opt/imposter/config \
outofcoffee/imposter-rest