SVE Validators notInArray¶ Validator checks if given value is not in your passed list of values. Parameters¶ options¶ array List of values. Example¶ source{ "type" : "notInArray", "options": { "options" : ["Option 1", "Option 2", "Option 3"] } }