Circle V2 API Docs
    Preparing search index...
    TriggerKeyInput: Pick<ChartReviewTemplateTriggersRow, "id" | "trigger_type"> & {
        schedule: Schedule;
    }

    The trigger fields key construction depends on (subset of a parsed chart_review_template_triggers row from chartReviewTriggersRepo). schedule is the parsed jsonb value (scheduleSchema); the rest come straight off the row.