Cover media
Visual media is part of how journalism is identified, shared and understood. PressChain therefore treats cover media as more than a decorative URL. The canonical Capsule metadata envelope includes bothcover_media_uri and optional cover_media_hash. Canonical read models also expose a cover_url, and the V3 evidence record includes coverUrl and metadataURI fields for evidence presentation.
Store a durable reference
A cover URI should resolve to the media artifact or to a durable content address. Avoid using a temporary image optimization URL that contains a short-lived signature as the canonical reference. Your delivery stack can still create transformed thumbnails. Keep the original canonical reference and hash available for verification.Hash the original bytes
Ifcover_media_hash is present, hash the exact canonical media bytes before upload or immediately after retrieving the stored object.
Rich Capsule cards
A good Capsule card can show:- cover image
- title
- author and outlet
- publication timestamp
- canonical source
- content and metadata verification state
- evidence count
- revision count
Evidence media
Evidence has its owncoverUrl. This is useful for a PDF preview, photograph, scan, chart or other visual artifact associated with the evidence item.
Keep the distinction between the evidence uri, which points at the evidence artifact, and coverUrl, which is a presentation reference. A screenshot preview is not a substitute for the underlying source document.
Handling unavailable media
A missing image should not make the Capsule unreadable. Fall back to title, identity and verification data while preserving the original URI and hash in an inspection view. Useful states include:- media verified
- media available but unverified
- media hash mismatch
- media unavailable
- no cover declared