diff --git a/data/en/isvalid.json b/data/en/isvalid.json index b06e68133..43982cb57 100644 --- a/data/en/isvalid.json +++ b/data/en/isvalid.json @@ -6,7 +6,7 @@ "related":["isarray", "issimplevalue","isnumeric","isboolean","isdate","cfparam"], "description":"Tests whether a value meets a validation or data type rule.", "params": [ - {"name":"type","description":"The valid format for the data.","required":true,"default":"","type":"string","values":["any", "array", "binary", "boolean", "component", "creditcard", "date", "email", "eurodate", "float", "function", "guid", "integer", "numeric", "query", "range", "regex", "regular_expression", "social_security_number", "ssn", "string", "struct", "telephone", "time", "time", "url", "usdate", "uuid", "variablename", "xml", "zipcode"]}, + {"name":"type","description":"The valid format for the data.","required":true,"default":"","type":"string","values":["any", "array", "binary", "boolean", "component", "creditcard", "date", "email", "eurodate", "float", "function", "guid", "integer", "numeric", "query", "range", "regex", "regular_expression", "social_security_number", "ssn", "string", "struct", "telephone", "time", "url", "usdate", "uuid", "variablename", "xml", "zipcode"]}, {"name":"value","description":"The value to test.","required":true,"default":"","type":"any","values":[]}, {"name":"min","description":"The minimum valid value; used only for range validation.","required":false,"default":"","type":"numeric","values":[]}, {"name":"max","description":"The maximum valid value; used only for range validation.","required":false,"default":"","type":"numeric","values":[]},