The behavior to have when encountering a field in YAML not present in the config definition.
Issue an error by throwing an UnknownKeyConfigException
Write a message to stderr, but continue processing the file
Be silent and do nothing
See Implementation
The behavior to have when encountering a field in YAML not present in the config definition.