jsonschema2md
jsonschema2md copied to clipboard
Extraneous files generated
If you take a look at the examples generated, there are files generated that have no links to them and don't seem to be relevant.
For example, https://github.com/adobe/jsonschema2md/blob/master/examples/docs/simpletypes-properties.md . This file has stuff in it like Untitled undefined type in Simple Types Schema . But the file is not linked anywhere, and doesn't seem to be necessary.
We noticed this because we were trying to get rid of the word "untitled" in the generated docs to be able to see where we left out titles, and files like that one popped up.
@trieloff is this a bug in linking or in file generation?
In file generation. We generate a file for everything that could be a schema (every object) and that includes a few non-schema objects.