You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't believe #60 solves the problem, at least as I understand it.
I think support for nested schemata should do the following:
Whenever a $type: { "$ref" : "path/to/ref" } is found, a new class should be generated similarly to auto generators like NJsonSchema for C#, instead of using a dictionary. Only creating the class at the root schema only really solves the problem at the root, when the whole structure could be full of referenced schemas.
No description provided.
The text was updated successfully, but these errors were encountered: