Initial schemas and validation with extension workplan

This commit is contained in:
2026-05-03 22:12:46 +02:00
parent b96b1fb745
commit 8c9129c371
15 changed files with 1025 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ requires-python = ">=3.12"
license = { text = "MIT" }
dependencies = [
"click>=8.0",
"jsonschema>=4.0",
"markdown-it-py",
"PyYAML",
]