It would be useful to be able to say something like the following:
{ "specification": "measure",
"parameters": { "source.ip4": [ "10.1.2.3", "10.4.5.6", "10.7.8.9" ] } }
We can't do this right now, since a parameter can only contain a single value.
It would seem useful to be able to flag a parameter as "promotable", or to have a new section for parameters capable of taking a list of values, which would be taken as a union set, and promoted to result columns in the result.
This requires some design work.