/** * @class Cmd.template.json.ExclusionValidator * @extend Cmd.template.json.ListValidator * Validates that a value is *not* in a `list` of values. * * Applies to parameters of type `"number"`, `"integer"` or `"string"`. * @private */ /** * @property {String} [type="exclusion"] * @readonly */