Variable: LixVersionSchema

const LixVersionSchema: object

Type declaration

additionalProperties

readonly additionalProperties: false = false

properties

readonly properties: object

properties.change_set_id

readonly change_set_id: object

properties.change_set_id.type

readonly type: "string" = "string"

properties.hidden

readonly hidden: object

properties.hidden.type

readonly type: "boolean" = "boolean"

properties.hidden.x-lix-generated

readonly x-lix-generated: true = true

properties.id

readonly id: object

properties.id.type

readonly type: "string" = "string"

properties.id.x-lix-generated

readonly x-lix-generated: true = true

properties.inherits_from_version_id

readonly inherits_from_version_id: object

properties.inherits_from_version_id.type

readonly type: readonly ["string", "null"]

properties.inherits_from_version_id.x-lix-generated

readonly x-lix-generated: true = true

properties.name

readonly name: object

properties.name.type

readonly type: "string" = "string"

properties.name.x-lix-generated

readonly x-lix-generated: true = true

properties.working_change_set_id

readonly working_change_set_id: object

properties.working_change_set_id.type

readonly type: "string" = "string"

properties.working_change_set_id.x-lix-generated

readonly x-lix-generated: true = true

required

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

type

readonly type: "object" = "object"

x-lix-foreign-keys

readonly x-lix-foreign-keys: object

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.inherits_from_version_id

readonly inherits_from_version_id: object

x-lix-foreign-keys.inherits_from_version_id.property

readonly property: "id" = "id"

x-lix-foreign-keys.inherits_from_version_id.schemaKey

readonly schemaKey: "lix_version" = "lix_version"

x-lix-foreign-keys.working_change_set_id

readonly working_change_set_id: object

x-lix-foreign-keys.working_change_set_id.property

readonly property: "id" = "id"

x-lix-foreign-keys.working_change_set_id.schemaKey

readonly schemaKey: "lix_change_set" = "lix_change_set"

x-lix-key

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

x-lix-primary-key

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

x-lix-unique

readonly x-lix-unique: readonly [readonly ["working_change_set_id"]]

x-lix-version

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