MicroProfile OpenAPI (mpOpenAPI)
Configuration for MicroProfile OpenAPI.
Name | Type | Default | Description |
---|---|---|---|
docPath | string | /openapi | Specifies the URL path for obtaining OpenAPI documents. The URL path must be constructed with Unicode alphanumeric characters A-Za-z0-9, underscore (_), dash (-), forward slash (/), or period (.). |
uiPath | string | Specifies the URL path for accessing the MicroProfile OpenAPI UI. The URL path must be constructed with Unicode alphanumeric characters A-Za-z0-9, underscore (_), dash (-), forward slash (/), or period (.) If no value is specified, the path is set to $docPath/ui. |