Variable: LixChangeAuthorSchema

const LixChangeAuthorSchema: { additionalProperties: false; properties: { account_id: { type: "string"; }; change_id: { type: "string"; }; }; required: readonly ["change_id", "account_id"]; type: "object"; x-lix-foreign-keys: readonly [{ properties: readonly ["change_id"]; references: { properties: readonly ["id"]; schemaKey: "lix_change"; }; }, { properties: readonly ["account_id"]; references: { properties: readonly ["id"]; schemaKey: "lix_account"; }; }]; x-lix-key: "lix_change_author"; x-lix-primary-key: readonly ["change_id", "account_id"]; x-lix-version: "1.0"; }

Type declaration

additionalProperties

readonly additionalProperties: false = false

properties

readonly properties: { account_id: { type: "string"; }; change_id: { type: "string"; }; }

properties.account_id

readonly account_id: { type: "string"; }

properties.account_id.type

readonly type: "string" = "string"

properties.change_id

readonly change_id: { type: "string"; }

properties.change_id.type

readonly type: "string" = "string"

required

readonly required: readonly ["change_id", "account_id"]

type

readonly type: "object" = "object"

x-lix-foreign-keys

readonly x-lix-foreign-keys: readonly [{ properties: readonly ["change_id"]; references: { properties: readonly ["id"]; schemaKey: "lix_change"; }; }, { properties: readonly ["account_id"]; references: { properties: readonly ["id"]; schemaKey: "lix_account"; }; }]

x-lix-key

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

x-lix-primary-key

readonly x-lix-primary-key: readonly ["change_id", "account_id"]

x-lix-version

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