OpenAPI Validator

JVM since3.38.0 Native since3.38.0

OpenAPI validator for Camel Rest DSL

What’s inside

Please refer to the above link for usage and configuration details.

Maven coordinates

Or add the coordinates to your existing project:

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-openapi-validator</artifactId>
</dependency>

Check the User guide for more information about writing Camel Quarkus applications.

Usage

Native Mode

When using a classpath-based OpenAPI specification in native mode, the file must be explicitly included in the native image. Add the following to your application.properties:

quarkus.native.resources.includes=openapi.json