Circle V2 API Docs
    Preparing search index...

    Variable auditRunContextSchemaConst

    auditRunContextSchema: ZodObject<
        {
            scopedCharts: ZodNullable<
                ZodArray<
                    ZodObject<
                        {
                            fileName: ZodNullable<ZodString>;
                            id: ZodPipe<ZodString, ZodTransform<PatientChartId, number>> & zIdInnerType<
                                ZodString,
                            >;
                        },
                        $strip,
                    >,
                >,
            >;
        },
        $strip,
    > = ...

    audit_runs.run_context. Identifiers only — never answers or chart text.

    Deliberately narrow: a field belongs here only if the value recorded at insert is the value the run goes on to use. settings and referenceInstant failed that test — settings are resolved downstream of enqueue, and the executor derives its own reference instant at dequeue, so both would have described a run that never happened.