abstract fun validateArrayParam(value: MutableList<String>): RequestParameter
This function will be called when there is a List that need to be validated. It must check if array is expected or not. It will throw a ValidationError in an error during validation occurs
value - list of values that will be validated