SVE Validators greaterThan¶ Validator checks if given value is grater than given 'min' option. Parameters¶ min¶ int Option used to compare if given value is greater than this min option. Example¶ source{ "type" : "greaterThan", "options": { "min" : 10 } }