---
title: "Commit data model"
url: "https://docs.unified.to/repo/commit/model"
description: "API reference for Commit data model. Launch multiple pre-built Commit integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-29T17:53:35.905Z"
---
# Commit data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/repo/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**user\_id**string 

(reference to HrisEmployee)

**repo\_id**string  required 

(reference to RepoRepository)

**message**string 

**branch\_id**string 

(reference to RepoBranch)

**raw**any
