- Version: 0.2.5
- Type: Query/Clarification to understand if there is a better way to define multi-valued configs
- Summary: Need to define a validated configuration for parameters that may take nested params, like-
[{:host "192.168.4.40" :port 9092}]
[6379 6380]
Currently, I am defining a type as :edn. Is there a better way to define such multi-valued parameters where constraint can be applied on each value, like- map keys in the first case and integers in the second case.