Stub Updated 2026-05-14

Verified claims

How PDTF transactions are wrapped as W3C Verifiable Credentials so the producer signs their fragment and the consumer can verify provenance without trusting any intermediary. The detailed pattern lives in the verifiedClaims sub-schema; this page is a stub pending deeper documentation.

Status

Stub page. The substantive content is in the cloned trust-framework spec repo. The links below point at the canonical sources.

The shape

A PDTF Verified Claims document is a W3C VC 2.0 envelope whose credentialSubject targets a JSON Pointer path inside a PDTF transaction. Multiple claims can exist in one document — different producers signing different fragments of the same transaction.

Source material

Validating a claim

Use validateVerifiedClaims from the schemas package — see Validation → validateVerifiedClaims().

What needs writing