# Functions
IntBetween returns a SchemaValidateFunc which tests if the provided value is of type int and is between min and max (inclusive).
StringInSlice returns a SchemaValidateFunc which tests if the provided value is of type string and matches the value of an element in the valid slice will test with in lower case if ignoreCase is true.