issues
search
postmanlabs
/
openapi-to-postman
Plugin for converting OpenAPI 3.0 specs to the Postman Collection (v2) format
Apache License 2.0
930
stars
200
forks
source link
ISSUE #401 - Fix for schema having enum but no type
#682
Closed
aman-v-singh
closed
1 year ago
aman-v-singh
commented
1 year ago
Fix for Issue #401: When request/example ParametersResolution to schema and the schema has no type for enum then we were receiving ipsum text, this PR fixes that.