feat: initial JSON-LD construction logic, add local test, improve schema

This commit is contained in:
rzmk 2026-05-08 16:20:06 -04:00
parent 3497994681
commit d5492cb2ad
7 changed files with 151 additions and 27 deletions

View file

@ -25,3 +25,9 @@ To include print statements in test output, run:
```bash
cargo test -- --nocapture
```
If you have the local dump files setup available you can run those tests with:
```bash
cargo test -F local -- --nocapture
```