snapshot_manifest
P4 corpus replication, the OPA "push data into the PDP" pattern. A daily snapshot of the domain corpus (domain, score, category, fingerprinting, entity) is published as deterministic JSONL with a manifest carrying row_count, sha256 over the exact bytes, a diff summary vs the previous day, and an Ed25519-signed Receipt v1.0 committed to the transparency log — a PDP that replicates the data can verify offline that it loaded exactly what was published.
date is YYYY-MM-DD or latest. Retention: 14 days. Fetch the
rows from data_url, apply increments from diff_url
({"op":"+"|"~"|"-"} per line), re-pull the full file when the
manifest marks the diff truncated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes |