io.helidon.openapi.OpenApiFeature
Description
Open prototype
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
web- | String | /openapi | Web context path for the OpenAPI endpoint |
manager | Open | OpenAPI manager | |
services- | Boolean | true | Whether to enable automatic service discovery for services |
roles | List< | openapi | Hints for role names the user is expected to be in |
static- | String | Path of the static OpenAPI document file | |
weight | Double | 90. | Weight of the OpenAPI feature |
services | List< | OpenAPI services | |
sockets | List< | List of sockets to register this feature on | |
manager- | Boolean | false | Whether to enable automatic service discovery for manager |
permit- | Boolean | true | Whether to allow anybody to access the endpoint |
enabled | Boolean | true | Sets whether the feature should be enabled |
Deprecated Options
| Key | Type | Description |
|---|---|---|
cors | Cross | CORS config |
Usages
See the manifest for all available types.