Schema generation capability outline #46
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I want schemas to have the capability and capture the outline of the file they have been generated from.
From a users pespective this could be achieved by something like "markitect schema-generate --mode outline --depth 3 --outfile invoice.json example.md"
In the title of the schema it should read "Schema from example.md" not "Schema for example.md" because that is what happens.
For the headings the actual heading-text should be captured in the schema and I would like to have the option to also provide an instruction about what should go into the content fields below those headings.
The usecase I am aiming for is:
As the drafts will retain a reference to their master schema
When we start working on this issue the first thing to do is, create additional issues from this intended workflow.
The first one might be to define a metaschema for the jason schema structure that we need as a foundation to do stuff like this.