Closed gaalandr closed 8 years ago
@iushankin - can you please review the linked PR? Make sure it covers everything including tests. If all is well and the build was successful, feel free to merge.
@webron I approved and merged this PR https://github.com/swagger-api/swagger-core/pull/1524
Cool, thank you.
Hi,
can you please update the SNAPSHOT artifact at https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-core/1.5.5-SNAPSHOT/
I would need the latest build from swagger-core for the swagger-codegen project. Now my tests are failing.
..or even better would be a 1.5.5 release.
i just pushed 1.5.5-SNAPSHOT
Is there any annotation support for minItems, maxItems, etc?
Not yet, but it's about to be in.
To support swagger spec 2.0 the following fields have to be added to SerializableParameter and AbstractSerializableParameter
See spec 2.0 params: https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#parameterObject
missing fields:
recommended solution: https://github.com/swagger-api/swagger-core/pull/1524
Please take take a look.