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 | null | User Agent string identifying the software/hardware/system that created this manifest | |
| claimGeneratorHints | Record<string, unknown> | null | ||
| claimGeneratorInfo | ResolvedClaimGeneratorInfo[] | ||
| 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. | |
| label | string | null | Label for this manifest in the manifest store | |
| 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 | |
| verifiedIdentities | VerifiedIdentity[] |