The outer class (that has a List<SomeObject>) has @ApiModel at the class level and @ApiModelProperty on the only field "someObjects".
The SomeObject class has @ApiModel at the class level and @ApiModelProperty on all fields ("someObjectProperty1", "someObjectProperty2". All these annotations are in the same place that they were before upgrading, after upgrading all I have changed is the imports. -- View this message in context: http://camel.465427.n5.nabble.com/camel-swagger-java-model-api-not-including-nested-objects-tp5772542p5772565.html Sent from the Camel - Users mailing list archive at Nabble.com.