None
Using maven, launch the spring boot app attached. E.g.,
mvn spring-boot:run
And visit, http://localhost:8004/common-hello-springboot-camel-amq/v1/api-doc
The schema components/defintions model class properties are not generated:
"components" : { "schemas" : { "HelloResponse" : { "type" : "HelloResponse", "x-className" :
} }
Fixed in upstream Camel 3.10, https://issues.apache.org/jira/browse/CAMEL-15503