The config property of the BindingSpec
object that is used to configure a Target Provider currently is a Map<String, String>
. I am currently implementing a generic target provider that serves as kind of a proxy for a standalone target provider. For that, it would be quite helpful to be able to configure the concrete ValidationRule
that the generic target provider should use. This would be easy to do, if the BindingSpec
's config could contain any JSON type (in particular object
) instead of just string
. Any reason why this could/should not be changed?