Variable: LixChangeSetLabelSchema

const LixChangeSetLabelSchema: 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.label_id

readonly label_id: object

properties.label_id.type

readonly type: "string" = "string"

properties.metadata

readonly metadata: object

properties.metadata.nullable

readonly nullable: true = true

properties.metadata.type

readonly type: "object" = "object"

required

readonly required: readonly ["change_set_id", "label_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.label_id

readonly label_id: object

x-lix-foreign-keys.label_id.property

readonly property: "id" = "id"

x-lix-foreign-keys.label_id.schemaKey

readonly schemaKey: "lix_label" = "lix_label"

x-lix-key

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

x-lix-primary-key

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

x-lix-version

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