Generate a Schema from a Markdown File #5

Closed
opened 2025-09-21 19:59:44 +00:00 by tegwick · 0 comments
Owner

UseCase: The user can create a JSON Schema from a stored Markdown file's AST. The schema should define the document's structural elements (headings, lists, etc.) up to a specified nesting depth.

Example: A user requests a schema from document.md with a depth of 2. The generated schema will define the structure of # and ## headings but ignore ### and deeper levels.

UseCase: The user can create a JSON Schema from a stored Markdown file's AST. The schema should define the document's structural elements (headings, lists, etc.) up to a specified nesting depth. Example: A user requests a schema from document.md with a depth of 2. The generated schema will define the structure of # and ## headings but ignore ### and deeper levels.
tegwick added this to the Getting started project 2025-09-24 22:00:19 +00:00
tegwick added this to the Schema-Driven Architecture milestone 2025-09-25 11:37:03 +00:00
tegwick added the priority:high label 2025-09-25 11:37:51 +00:00
tegwick modified the project from Getting started to (deleted) 2025-09-26 08:38:51 +00:00
tegwick modified the project from (deleted) to Schemata, Templates and Relationships 2025-09-26 08:53:22 +00:00
Sign in to join this conversation.