name: jravan-spec-to-schema description: Generate or update JRA-VAN JSON schemas from spec markdown and validate outputs.
JRA-VAN Spec to Schema
Steps
- •Ensure
docs/specs/jravan_*.mdexists (use pdf-spec-ingest first). - •Run schema generator:
- •
python tools/jravan/spec_to_schema.py --glob "docs/specs/jravan_*.md"
- •
- •Review schema diffs and refine types/required fields as needed.
- •Validate schemas:
- •
python scripts/validate_json_schemas.py
- •
Notes
- •Generated schemas are templates; manual review is required.