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

    A map of validation results for a manifest store.

    The map contains the validation results for the active manifest and any ingredient deltas. It is normal for there to be many

    interface ValidationResults {
        activeManifest?: null | StatusCodes;
        ingredientDeltas?: null | IngredientDeltaValidationResult[];
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    activeManifest?: null | StatusCodes
    ingredientDeltas?: null | IngredientDeltaValidationResult[]