calleandersson opened a new issue, #6716: URL: https://github.com/apache/camel-quarkus/issues/6716
### Describe the feature here A new boolean [Camel Quarkus configuration property](https://camel.apache.org/camel-quarkus/next/reference/extensions/rest-openapi.html#extensions-rest-openapi-additional-camel-quarkus-configuration) (e.g. `quarkus.camel.openapi.codegen.ignore-unknown-properties`) should be added to the REST OpenAPI extension. When `true`, `@JsonIgnoreProperties(ignoreUnknown = true)` should be added to all generated model classes. The property default value should be `false`. Reference: [@JsonIgnoreProperties source code](https://github.com/FasterXML/jackson-annotations/blob/master/src/main/java/com/fasterxml/jackson/annotation/JsonIgnoreProperties.java) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org