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

    A ValidationStatus struct describes the validation status of a specific part of a manifest.

    See Existing Manifests - C2PA Technical Specification.

    interface ValidationStatus {
        code: string;
        explanation?: string | null;
        success?: boolean | null;
        url?: string | null;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    code: string
    explanation?: string | null
    success?: boolean | null
    url?: string | null