swagger-parser icon indicating copy to clipboard operation
swagger-parser copied to clipboard

[SwaggerConvert 2.0] Response mediaType ignores globalProduces

Open lullaby-afa opened this issue 2 years ago • 0 comments

image here, wo should determine whether the pruduce list is empty, rather than null.

if (produces != null && pruduces.size() > 0) {
    mediaTypes.clear();
    mediaTypes.addAll(produces);
}

lullaby-afa avatar Dec 15 '22 03:12 lullaby-afa