at the moment in function check_type we are unable to handle the case of list. So if we have in swagger list of lists the whole swagger returns it as invalid.
Moreover the behavoir now is not nice because if the type in check_type is unknown, we should raise an errro and not silently say that the object is invalid
Add support for swagger type array, similarily as in https://github.com/mild-blue/swagger-unittest/pull/1
at the moment in function check_type we are unable to handle the case of list. So if we have in swagger list of lists the whole swagger returns it as invalid.
Moreover the behavoir now is not nice because if the type in check_type is unknown, we should raise an errro and not silently say that the object is invalid