mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Move red_letter_verses.schema.json to schemas directory
Organize schema files: - Moved red_letter_verses.schema.json to schemas/ directory - Updated README.md references to point to new location (schemas/red_letter_verses.schema.json) - Maintains consistency with other schema files (all now in schemas/ directory) The validation script (scripts/validate_data.py) already uses the schemas/ directory, so no code changes needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -150,7 +150,7 @@ This directory contains all biblical reference data for the KJV Study applicatio
|
||||
|
||||
**Used by**: `red_letter.py`, verse and chapter templates for red letter edition rendering
|
||||
|
||||
**Schema**: `red_letter_verses.schema.json` (JSON Schema validation file)
|
||||
**Schema**: `schemas/red_letter_verses.schema.json` (JSON Schema validation file)
|
||||
|
||||
---
|
||||
|
||||
@@ -693,7 +693,7 @@ uv run pytest tests/test_api.py -v
|
||||
- [ ] **Archaeological Data**: Historical/archaeological context
|
||||
|
||||
### Format Improvements
|
||||
- [x] **JSON Schema**: Add JSON schema validation files (added `red_letter_verses.schema.json`)
|
||||
- [x] **JSON Schema**: Add JSON schema validation files (added `schemas/red_letter_verses.schema.json`)
|
||||
- [ ] **TypeScript Types**: Generate TypeScript interfaces from JSON
|
||||
- [ ] **API Versioning**: Version data files for backward compatibility
|
||||
- [ ] **Multilingual**: Support for multiple Bible translations
|
||||
|
||||
Reference in New Issue
Block a user