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

    A labeled container for an Assertion value in a Manifest

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

    Indexable

    • [k: string]: unknown
    Index

    Properties

    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