Reads an OpenAPI description and deploys an API with the information of it.
| Name | Required | Default | Description | Examples |
| validateRequests |
false |
no
|
Turn validation of requests on or off.
|
yes
|
| validateSecurity |
false |
- |
- |
- |
| 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
|
| dir |
false |
- |
Directory containing OpenAPI definitions to deploy.
|
openapi
|
| validateResponses |
false |
no
|
Turn validation of responses on or off.
|
yes
|
| validationDetails |
false |
no
|
Show details of the validation to the caller.
|
yes
|