Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface VerifyGuardDecisionReceiptResult

    interface VerifyGuardDecisionReceiptResult {
        ok: boolean;
        payload: GuardDecisionReceiptPayloadV1 | null;
        reasons: string[];
    }
    Index
    ok: boolean
    reasons: string[]