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

    Defines an assertion that consists of a label that can be either a C2PA-defined assertion label or a custom label in reverse domain format.

    interface AssertionDefinition {
        created?: boolean;
        data: unknown;
        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 (defaults to false)

    data: unknown
    kind?: null | ManifestAssertionKind

    The kind of assertion data, either Cbor or Json (defaults to Cbor)

    label: string

    An assertion label in reverse domain format