/**
 * @class Cmd.template.json.InclusionValidator
 * @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="inclusion"]
 * @readonly
 */