Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to stop the creation of .md files for properties after v3 #496

Open
fin-gordon-cko opened this issue Mar 30, 2023 · 0 comments
Open

Comments

@fin-gordon-cko
Copy link

fin-gordon-cko commented Mar 30, 2023

I only want to create a .md folder for each .schema.json file that exists. I don't want a file for each individual file

I also don't want to create numerated files for files with the same prefixes
e.g
foo.bar.schema.json
foo.bar-2.schema.json

will create
foo-1.md
foo-2.md

as well as separate files for all the individual properties of the schema.

I want a way to create

foo.bar.md
foo.bar-2.md

with no other files for their definitions/properties

If I have 100+ json schema I do not want 400+ files representing all the individual properties, I want a 1-1 schema to .md ratio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant