c2pa.manifest
Manifest interface
Signature:export interface Manifest
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
assertions | AssertionAccessor | Interface providing access to assertions contained within this manifest | |
claimGenerator | string | User Agent string identifying the software/hardware/system that created this manifest | |
claimGeneratorHints | Record<string, unknown> | null | ||
credentials | Credential[] | List of Verifiable Credentials | |
format | string | MIME type of the asset associated with this manifest | |
ingredients | Ingredient[] | List of ingredients included within this manifest | |
instanceId | string | Instance ID from xmpMM:InstanceID in XMP metadata. | |
parent | Manifest | null | The manifest this manifest is an ingredient of, if applicable | |
redactions | string[] | List of URIs referencing redacted assertions | |
signatureInfo | SignatureInfo | null | Signature information (issuer, date) associated with this manifest | |
thumbnail | Thumbnail | null | Thumbnail accessor, if available | |
title | string | Human-readable title, generally source filename | |
vendor | string | null | Optional prefix added to the generated manifest label |