Variable: LixChangeAuthorSchema

const LixChangeAuthorSchema: object

Type declaration

additionalProperties

readonly additionalProperties: false = false

properties

readonly properties: object

properties.account_id

readonly account_id: object

properties.account_id.type

readonly type: "string" = "string"

properties.change_id

readonly change_id: object

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: object

x-lix-foreign-keys.account_id

readonly account_id: object

x-lix-foreign-keys.account_id.property

readonly property: "id" = "id"

x-lix-foreign-keys.account_id.schemaKey

readonly schemaKey: "lix_account" = "lix_account"

x-lix-foreign-keys.change_id

readonly change_id: object

x-lix-foreign-keys.change_id.property

readonly property: "id" = "id"

x-lix-foreign-keys.change_id.schemaKey

readonly schemaKey: "lix_change" = "lix_change"

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"