Optional
toType.Options.canonizeRefName
Allows users to customize how refs are translated into an identifier.
By default, the ref's last segment is taken and converted to pascal case.
toType.Options.typeName
By default, JsonSchema.toType will generate an "inline" TypeScript type. Use this option to have JsonSchema.toType generate a type alias with the name you provide.
JsonSchema.toType
toType.Options.canonizeRefName
Allows users to customize how refs are translated into an identifier.
By default, the ref's last segment is taken and converted to pascal case.