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

    A description of the source for assertion data

    interface DataSource {
        actors?: Actor[] | null;
        details?: string | null;
        type: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    actors?: Actor[] | null

    A list of [Actor]s associated with this source.

    details?: string | null

    A human-readable string giving details about the source of the assertion data.

    type: string

    A value from among the enumerated list indicating the source of the assertion.