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
My yaml validated ok, but then I could not generate any client/server artifacts. Had to manually find the error. My error was using items in some places where schema should have been used.
A JSON Schema like this: {"type": "array"} is describing an array with any element. It is valid JSON Schema. This is a problem in swagger-codegen where it doesn't like arrays without items schema.
From @hpoints on October 6, 2015 19:42
My yaml validated ok, but then I could not generate any client/server artifacts. Had to manually find the error. My error was using items in some places where schema should have been used.
Copied from original issue: swagger-api/swagger-editor#681
The text was updated successfully, but these errors were encountered: