Skip to content
Shabai Liu edited this page Jul 23, 2014 · 1 revision

#Exceptions ###[Fatal] Newtonsoft.Json.JsonException: Invalid JSON schema type: XXXXX Chances are, you are giving an unknown type. If you want to use the type of another POCO, use the $ref tag, and refer to the other schema. Otherwise, you may have to use the fully qualified name, or fully qualified assembly name if it is not present in the existing assembly.

Clone this wiki locally