Assert that a key x is present, if any of the given keys are as well.
x
keys
ContextValidator requiredAny(Iterable<String> keys) => _require((ctx) => keys.any(ctx.containsKey));