Created
August 1, 2025 22:35
-
-
Save iameli/a43e3ad793fff5d868eaf377bd9ffee9 to your computer and use it in GitHub Desktop.
Full C2PA example manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"active_manifest": "urn:uuid:a2bd4bea-7a60-4e08-9ac4-30df466a108a", | |
"manifests": { | |
"urn:uuid:a2bd4bea-7a60-4e08-9ac4-30df466a108a": { | |
"assertions": [ | |
{ | |
"label": "place.stream.metadata", | |
"data": { | |
"dc:creator": "did:web:didweb.scumb.ag", | |
"dc:date": [ | |
"2025-07-29T02:44:13.762Z" | |
], | |
"@context": { | |
"dc": "http://purl.org/dc/elements/1.1/" | |
}, | |
"dc:title": [ | |
"livestream" | |
] | |
} | |
}, | |
{ | |
"label": "c2pa.actions", | |
"data": { | |
"actions": [ | |
{ | |
"action": "c2pa.created" | |
}, | |
{ | |
"action": "c2pa.published" | |
} | |
] | |
} | |
}, | |
{ | |
"label": "c2pa.hash.bmff.v2", | |
"data": { | |
"exclusions": [ | |
{ | |
"xpath": "/uuid", | |
"length": null, | |
"data": [ | |
{ | |
"offset": 8, | |
"value": [ | |
216, | |
254, | |
195, | |
214, | |
27, | |
14, | |
72, | |
60, | |
146, | |
151, | |
88, | |
40, | |
135, | |
126, | |
196, | |
129 | |
] | |
} | |
], | |
"subset": null, | |
"version": null, | |
"flags": null, | |
"exact": null | |
}, | |
{ | |
"xpath": "/ftyp", | |
"length": null, | |
"data": null, | |
"subset": null, | |
"version": null, | |
"flags": null, | |
"exact": null | |
}, | |
{ | |
"xpath": "/meta/iloc", | |
"length": null, | |
"data": null, | |
"subset": null, | |
"version": null, | |
"flags": null, | |
"exact": null | |
}, | |
{ | |
"xpath": "/mfra/tfra", | |
"length": null, | |
"data": null, | |
"subset": null, | |
"version": null, | |
"flags": null, | |
"exact": null | |
}, | |
{ | |
"xpath": "/moov/trak/mdia/minf/stbl/stco", | |
"length": null, | |
"data": null, | |
"subset": [ | |
{ | |
"offset": 16, | |
"length": 0 | |
} | |
], | |
"version": null, | |
"flags": null, | |
"exact": null | |
}, | |
{ | |
"xpath": "/moov/trak/mdia/minf/stbl/co64", | |
"length": null, | |
"data": null, | |
"subset": [ | |
{ | |
"offset": 16, | |
"length": 0 | |
} | |
], | |
"version": null, | |
"flags": null, | |
"exact": null | |
}, | |
{ | |
"xpath": "/moof/traf/tfhd", | |
"length": null, | |
"data": null, | |
"subset": [ | |
{ | |
"offset": 16, | |
"length": 8 | |
} | |
], | |
"version": null, | |
"flags": [ | |
1, | |
0, | |
0 | |
], | |
"exact": null | |
}, | |
{ | |
"xpath": "/moof/traf/trun", | |
"length": null, | |
"data": null, | |
"subset": [ | |
{ | |
"offset": 16, | |
"length": 4 | |
} | |
], | |
"version": null, | |
"flags": [ | |
1, | |
0, | |
0 | |
], | |
"exact": null | |
} | |
], | |
"alg": "sha256", | |
"hash": "htkRd8ckHbKrq6zERPMl5P5mAUYvG7AkBJCq2P/f86U=", | |
"name": "jumbf manifest" | |
} | |
} | |
], | |
"claim_generator": "c2pa-rs/0.33.3 c2pa-rs/0.33.3", | |
"claim_generator_info": [ | |
{ | |
"name": "c2pa-rs", | |
"version": "0.33.3" | |
}, | |
{ | |
"name": "c2pa-rs", | |
"version": "0.33.3" | |
} | |
], | |
"title": "Livestream Segment at 2025-07-29T02:44:13.762Z", | |
"format": "video/mp4", | |
"instance_id": "xmp:iid:3284df66-7da1-4100-ba0f-43ab1f7e002a", | |
"ingredients": [], | |
"signature_info": { | |
"alg": "Es256k", | |
"cert_serial_number": "230373535735746111442106637652378510039", | |
"time": "2025-07-29T02:44:13+00:00" | |
}, | |
"label": "urn:uuid:a2bd4bea-7a60-4e08-9ac4-30df466a108a" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment