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

    The AssertionMetadata structure can be used as part of other assertions or on its own to reference others

    interface AssertionMetadata {
        dataSource?: null | DataSource;
        dateTime?: null | string;
        localizations?: null | { [k: string]: { [k: string]: string } }[];
        reference?: null | HashedUri;
        regionOfInterest?: null | RegionOfInterest;
        reviewRatings?: null | ReviewRating[];
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    dataSource?: null | DataSource
    dateTime?: null | string
    localizations?: null | { [k: string]: { [k: string]: string } }[]
    reference?: null | HashedUri
    regionOfInterest?: null | RegionOfInterest
    reviewRatings?: null | ReviewRating[]