Human readable value type (eg. Int, Float, Point, etc.). If the field is an array, this field will look like Array<...> (eg. Array<Int>, Array<Point> etc.)
Int
Float
Point
Array<...>
Array<Int>
Array<Point>