@contentauth/c2pa-js
    Preparing search index...

    A labeled container for an Assertion value in a Manifest

    interface ManifestAssertion {
        created?: boolean;
        data: unknown;
        instance?: null | number;
        kind?: null | ManifestAssertionKind;
        label: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    created?: boolean

    True if this assertion is attributed to the signer This maps to a created vs a gathered assertion. (defaults to false)

    data: unknown
    instance?: null | number

    There can be more than one assertion for any label

    kind?: null | ManifestAssertionKind

    The [ManifestAssertionKind] for this assertion (as stored in c2pa content)

    label: string

    An assertion label in reverse domain format