A schema commit which represents a change in the schema source
| Property | Type | Description |
|---|---|---|
| kind | String | Uniquely identifies the object schema type |
| id | Integer | Unique identifier for the object |
| user | Backend_User | The user which has made the change |
| commitHash | String | A unique hash which represents this commit |
| schema | Backend_SchemaSource | The provided schema payload |
| insertDate | DateTime | Timestamp when the schema commit was created |