OpenAPISupport (openapi) Configuration

OpenAPI support configuration

Type: io.helidon.openapi.OpenAPISupport

Configuration options

Optional configuration options
keytypedefault valuedescription
cors 

Assigns the CORS settings for the OpenAPI endpoint.

static-file

string

META-INF/openapi.*

Sets the file system path of the static OpenAPI document file. Default types are json, yaml, and yml.

ui 

Assigns the OpenAPI UI builder the OpenAPISupport service should use in preparing the U/I.

web-context

string

/openapi

Sets the web context path for the OpenAPI endpoint.