cyprieng/swagger-parser

TypeError in get_example_from_prop_spec() when type field is specified as a list

Closed this issue · 0 comments

in cases where there are multiple options for the type field and those options are specified as a list, get_example_from_prop_spec() throws a TypeError exception like so:
https://travis-ci.org/Trax-air/swagger-parser/jobs/214411452#L951

Test case added in #39
an example of this issue is in file: tests/type_list.yaml

fix is part of same PR here:
e373881