You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use swagger parser to transform swagger 1.2 to swagger 2.0 and validating against the JSON schema in a test to prove the transform was correct. I have several swagger 1.2 files with operations that have "void" type. When I transform these the swagger 2.0 is missing the responses element for the operation and thus consider invalid. See below for an example swagger 1.2 api description:
I'm trying to use swagger parser to transform swagger 1.2 to swagger 2.0 and validating against the JSON schema in a test to prove the transform was correct. I have several swagger 1.2 files with operations that have "void" type. When I transform these the swagger 2.0 is missing the responses element for the operation and thus consider invalid. See below for an example swagger 1.2 api description:
The text was updated successfully, but these errors were encountered: