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
Greetings! First off, thanks for taking the time to put this together and maintain it. :)
I am trying to build a utility for generating documentation/templates from json schemas as I can't find something out there that works. So I thought I'd try to use the statham parser to generate more outputs. I have been reading through the advanced tutorials on model generation and the API reference but I am having trouble understanding how to iterate (recurse) all the elements. I can't and find the description, default and example properties. Is there any example traverser code or visitor support available?
Thanks!
The text was updated successfully, but these errors were encountered:
Awesome! I haven't dug through your source at all. Can you drop a quick pointer where the default is extracted so I can see how hard/complex it is going to be?
Greetings! First off, thanks for taking the time to put this together and maintain it. :)
I am trying to build a utility for generating documentation/templates from json schemas as I can't find something out there that works. So I thought I'd try to use the statham parser to generate more outputs. I have been reading through the advanced tutorials on model generation and the API reference but I am having trouble understanding how to iterate (recurse) all the elements. I can't and find the description, default and example properties. Is there any example traverser code or visitor support available?
Thanks!
The text was updated successfully, but these errors were encountered: