All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.openapi-validator.yml Maven / Gradle / Ivy

There is a newer version: 2.1.15
Show newest version
# This is specific OpenAPI validator configuration file. It is introduced to support multiple
# frameworks in the same server instance and it is recommended. If this file cannot be found,
# the generic validator.yml will be loaded as a fallback.
---
# Enable request validation. Response validation is not done on the server but client.
enabled: ${openapi-validator.enabled:true}
# Log error message if validation error occurs
logError: ${openapi-validator.logError:true}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy