Lars Trieloff
Lars Trieloff
I think as long as we properly communicate the breaking change (and how to turn it on again) to @fmeschbe and @kstreeter, we should be good.
Blocked by #395
No, but this would be a good default if you are in the mood for a PR.
`jsonschema2md` does not download referenced schema files. If you want a schema file to be included, download it and store it with the remaining schema files in the folder that...
I'd take a PR that turns these errors into warnings, but I can't say how much work it would be.
I definitely would! This has been on my mental wishlist for a long time, I just always found workarounds ;)
Thanks for the bug report and the example file, @ArTiSTiX that will make it easier to fix this.
In file generation. We generate a file for everything that could be a schema (every object) and that includes a few non-schema objects.
You might want to try this with this tweaked regex: ```javascript schema[s.filename].replace(/\.[^.]*$/, '.description.md'), ``` If it works for you, feel free to open a PR
That's a case of a missing feature. What would you expect the generated markdown to look for the provided schema? I haven't built it yet because I don't have any...