io.smallrye.openapi.api.OpenApiConfig Configuration

Type: io.smallrye.openapi.api.OpenApiConfig

Configuration options

Optional configuration options
keytypedefault valuedescription
application-path-disable

boolean

false

Sets whether the app path search should be disabled.

custom-schema-registry-class

string

 

Sets the custom schema registry class.

filter

string

 

Sets the developer-provided OpenAPI filter class name.

model.reader

string

 

Sets the developer-provided OpenAPI model reader class name.

schema.*

string

 

Sets the schema for the indicated fully-qualified class name (represented here by '*'); value is the schema in JSON format. Repeat for multiple classes.

servers

string[]

 

Sets servers.

servers.operation.*

string[]

 

Sets alternative servers to service the indicated operation (represented here by '*'). Repeat for multiple operations.

servers.path.*

string[]

 

Sets alternative servers to service all operations at the indicated path (represented here by '*'). Repeat for multiple paths.