InvalidTypeIssue
An issue that occurs when the type of the parsed value does not match the expected type. Nearly every schema can result in this issue. In addition to the basic issue properties, it contains the following information:
code
:"invalid_type"
expected
: The expected typereceived
: The received type