Fixed
- Raise an error for unsupported field types. Previously would silently return a `None` resulting in request time errors.
- Support objects for predictions in array-like structures by mapping them to strings
- Improve support for models that return 1d arrays / tensors of strings
- Catch errors when model result does not conform to expected schema, and format as JSON response