Variable: LixChangeSetElementSchema

const LixChangeSetElementSchema: object

Type declaration

additionalProperties

readonly additionalProperties: false = false

properties

readonly properties: object

properties.change_id

readonly change_id: object

properties.change_id.type

readonly type: "string" = "string"

properties.change_set_id

readonly change_set_id: object

properties.change_set_id.type

readonly type: "string" = "string"

properties.entity_id

readonly entity_id: object

properties.entity_id.type

readonly type: "string" = "string"

properties.file_id

readonly file_id: object

properties.file_id.type

readonly type: "string" = "string"

properties.schema_key

readonly schema_key: object

properties.schema_key.type

readonly type: "string" = "string"

required

readonly required: readonly ["change_set_id", "change_id", "entity_id", "schema_key", "file_id"]

type

readonly type: "object" = "object"

x-lix-foreign-keys

readonly x-lix-foreign-keys: object

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-foreign-keys.change_set_id

readonly change_set_id: object

x-lix-foreign-keys.change_set_id.property

readonly property: "id" = "id"

x-lix-foreign-keys.change_set_id.schemaKey

readonly schemaKey: "lix_change_set" = "lix_change_set"

x-lix-foreign-keys.schema_key

readonly schema_key: object

x-lix-foreign-keys.schema_key.property

readonly property: "key" = "key"

x-lix-foreign-keys.schema_key.schemaKey

readonly schemaKey: "lix_stored_schema" = "lix_stored_schema"

x-lix-key

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

x-lix-primary-key

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

x-lix-unique

readonly x-lix-unique: readonly [readonly ["change_set_id", "entity_id", "schema_key", "file_id"]]

x-lix-version

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