@joinmonolith/c2pa-node
    Preparing search index...

    Type Alias C2paReason

    C2paReason:
        | "c2pa.PII.present"
        | "c2pa.invalid.data"
        | "c2pa.trade-secret.present"
        | "c2pa.government.confidential"
        | string

    Predefined reason values for the reason field on [Action].

    The C2PA specification defines these standard values for use with c2pa.redacted actions. Custom values must follow entity-specific namespace syntax (e.g., com.example.my-reason).

    New variants may be added in future releases.

    See Reason - C2PA Technical Specification.