Variable: LixCommitSchema

const LixCommitSchema: { additionalProperties: false; properties: { change_set_id: { type: "string"; }; id: { type: "string"; }; }; required: readonly ["id", "change_set_id"]; type: "object"; x-lix-foreign-keys: readonly [{ properties: readonly ["change_set_id"]; references: { properties: readonly ["id"]; schemaKey: "lix_change_set"; }; }]; x-lix-key: "lix_commit"; x-lix-primary-key: readonly ["id"]; x-lix-version: "1.0"; }

Schema definition for commits.

A commit represents state at a specific point in time and references a change set that contains the actual changes.

Type declaration

additionalProperties

readonly additionalProperties: false = false

properties

readonly properties: { change_set_id: { type: "string"; }; id: { type: "string"; }; }

properties.change_set_id

readonly change_set_id: { type: "string"; }

properties.change_set_id.type

readonly type: "string" = "string"

properties.id

readonly id: { type: "string"; }

properties.id.type

readonly type: "string" = "string"

required

readonly required: readonly ["id", "change_set_id"]

type

readonly type: "object" = "object"

x-lix-foreign-keys

readonly x-lix-foreign-keys: readonly [{ properties: readonly ["change_set_id"]; references: { properties: readonly ["id"]; schemaKey: "lix_change_set"; }; }]

x-lix-key

readonly x-lix-key: "lix_commit" = "lix_commit"

x-lix-primary-key

readonly x-lix-primary-key: readonly ["id"]

x-lix-version

readonly x-lix-version: "1.0" = "1.0"