lbovet / docson

Documentation for your JSON types
Apache License 2.0
491 stars 97 forks source link

Working implementation with latest Swagger? #91

Open simon-casasoft opened 3 years ago

simon-casasoft commented 3 years ago

Hey there,

I've tried to implement this using the latest swagger and ran into some issues similar to those mentioned here #17. Is there any progress on that front? Would it be possible to provide a working version we can use to generate our swagger docs via JSON schema? Also, what draft is currently supported by docson, and is it being actively supported?

Thanks for your time!

yanick commented 3 years ago

Hi, hi! ,o/

The development of docson is a little bit in hibernation mode these days. I had picked up the mantle of maintainership a few years back, but since I'm not using docson much right now, I don't have a lot of time to put into it. I will have to see which version of Swagger is actually supported, but I'm pretty sure the answer is going to be in the range of "an oooooold one". :-)

This being said, two rays of hope:

  1. if you want to contribute PRs, I should still be in position to merge and publish them.
  2. to flex my muscles with that new framework, I wrote a variation of docson in Svelte: https://github.com/yanick/jsonschematic