jsonschema2md icon indicating copy to clipboard operation
jsonschema2md copied to clipboard

Extraneous files generated

Open Dr-Irv opened this issue 5 years ago • 2 comments

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.

Dr-Irv avatar Apr 20 '20 20:04 Dr-Irv

@trieloff is this a bug in linking or in file generation?

alainlecluse avatar Jun 23 '20 14:06 alainlecluse

In file generation. We generate a file for everything that could be a schema (every object) and that includes a few non-schema objects.

trieloff avatar Jun 23 '20 14:06 trieloff