Skip to content

Commit ee400f3

Browse files
authored
Update isvalid.json
Remove doubled value "time"
1 parent b870405 commit ee400f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/en/isvalid.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"related":["isarray", "issimplevalue","isnumeric","isboolean","isdate","cfparam"],
77
"description":"Tests whether a value meets a validation or data type rule.",
88
"params": [
9-
{"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"]},
9+
{"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"]},
1010
{"name":"value","description":"The value to test.","required":true,"default":"","type":"any","values":[]},
1111
{"name":"min","description":"The minimum valid value; used only for range validation.","required":false,"default":"","type":"numeric","values":[]},
1212
{"name":"max","description":"The maximum valid value; used only for range validation.","required":false,"default":"","type":"numeric","values":[]},

0 commit comments

Comments
 (0)