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

    Interface IngredientDeltaValidationResult

    Represents any changes or deltas between the current and previous validation results for an ingredient's manifest.

    interface IngredientDeltaValidationResult {
        ingredientAssertionURI: string;
        validationDeltas: StatusCodes;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    ingredientAssertionURI: string

    JUMBF URI reference to the ingredient assertion

    validationDeltas: StatusCodes

    Validation results for the ingredient's active manifest