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

    A description of the source for assertion data

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

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    actors?: null | Actor[]

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

    details?: null | string

    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.