openapi
Description
Reads an OpenAPI description and deploys an API with the information of it.
Can be used in
Attributes
| Name | Required | Default | Description | Example |
|---|---|---|---|---|
| dir | false | - | Directory containing OpenAPI definitions to deploy. | openapi |
| location | false | - | Filename or URL pointing to an OpenAPI document. Relative filenames use the %MEMBRANE_HOME%/conf folder as base directory. | openapi/fruitstore-v1.yaml, https://api.predic8.de/shop/swagger |
| validateRequests | false | no | Turn validation of requests on or off. | yes |
| validateResponses | false | no | Turn validation of responses on or off. | yes |
| validationDetails | false | no | Show details of the validation to the caller. | yes |