If T is not defined, JsonSchema returns a recursive
Json Schema type.
If Tis defined, JsonSchema returns a non-recursive
Json Schema type, where the "holes" (the parts that would be recursive) are filled with T.
This is what allows JsonSchema to support recursion schemes.
JsonSchema
If
T
is not defined,JsonSchema
returns a recursive Json Schema type.If
T
is defined,JsonSchema
returns a non-recursive Json Schema type, where the "holes" (the parts that would be recursive) are filled withT
. This is what allowsJsonSchema
to support recursion schemes.See also: