-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arrays handling seems bugged #155
Comments
The specs looks correct on my end. @macisamuele are you able to confirm? @krzybob Which version of the library are you using? |
@cortinico 1.4.1 |
@cortinico, @krzybob I'll be checking this in the next days. |
Focusing on API response JSON Schema properties:
cities:
type: array
items:
$ref: '#/definitions/TestObject' it does not even requires to be an object as I would suggest to add [1] Unfortunately, I don't have a laptop with me, hence it is complex for me to verify the code within the next 2 weeks. |
I found a bug when generating api for a service responsing with an array of objects. Generated code doesn't point to proper class definition (TestObject in the example below replaced with Any?) despite it was properly generated.
Input:
Output:
The text was updated successfully, but these errors were encountered: