Variable: LixChangeSetThreadSchema
const
LixChangeSetThreadSchema: 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.thread_id
readonly
thread_id: object
properties.thread_id.type
readonly
type: "string"
= "string"
required
readonly
required: readonly ["change_set_id"
, "thread_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.thread_id
readonly
thread_id: object
x-lix-foreign-keys.thread_id.property
readonly
property: "id"
= "id"
x-lix-foreign-keys.thread_id.schemaKey
readonly
schemaKey: "lix_thread"
= "lix_thread"
x-lix-key
readonly
x-lix-key: "lix_change_set_thread"
= "lix_change_set_thread"
x-lix-primary-key
readonly
x-lix-primary-key: readonly ["change_set_id"
, "thread_id"
]
x-lix-version
readonly
x-lix-version: "1.0"
= "1.0"