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:
2025-11-29 12:34:05 -05:00
parent f53993c33a
commit 7acb2f6981
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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