Open pjfanning opened 6 years ago
I have a partial implementation ( https://github.com/swagger-api/swagger-scala-module/compare/develop...pjfanning:swagger-core-2.0.0?expand=1 )
The issues are:
required
Is there any update on support swagger-core 2.x?
I have a fork that supports this - https://github.com/swagger-akka-http/swagger-scala-module/
I have a partial implementation ( https://github.com/swagger-api/swagger-scala-module/compare/develop...pjfanning:swagger-core-2.0.0?expand=1 )
The issues are:
required
setting for schema properties (API change in swagger-core 2.0.0; you need to set a list of required items on the parent property, but the ModelConverter doesn't have access to the parent property)