Anchorage API reference
    Preparing search index...

    The structured audit event a mutation (and a denied read) emits.

    interface ScheduleRouteAuditEvent {
        actorId: string;
        operation: ScheduleOperation;
        outcome: "rejected" | "accepted";
        reason?: string;
        scheduleId?: string;
        tenantId: string;
        timestamp: string;
        type: "schedule.route";
    }
    Index

    Properties

    actorId: string
    outcome: "rejected" | "accepted"
    reason?: string

    Present for rejected outcomes — WHY.

    scheduleId?: string

    Present once an id is in play (all but create/list).

    tenantId: string
    timestamp: string
    type: "schedule.route"