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