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

@ -9,3 +9,6 @@ ckanaction = "0.2.0"
jsonschema = "0.46.4"
serde_json = "1.0.149"
tokio = { version = "1.52.1", features = ["full"] }
[features]
local = []