Variable: LixChangeSetEdgeSchema
const
LixChangeSetEdgeSchema: object
Type declaration
additionalProperties
readonly
additionalProperties: false
= false
properties
readonly
properties: object
properties.child_id
readonly
child_id: object
properties.child_id.type
readonly
type: "string"
= "string"
properties.parent_id
readonly
parent_id: object
properties.parent_id.type
readonly
type: "string"
= "string"
required
readonly
required: readonly ["parent_id"
, "child_id"
]
type
readonly
type: "object"
= "object"
x-lix-foreign-keys
readonly
x-lix-foreign-keys: object
x-lix-foreign-keys.child_id
readonly
child_id: object
x-lix-foreign-keys.child_id.property
readonly
property: "id"
= "id"
x-lix-foreign-keys.child_id.schemaKey
readonly
schemaKey: "lix_change_set"
= "lix_change_set"
x-lix-foreign-keys.parent_id
readonly
parent_id: object
x-lix-foreign-keys.parent_id.property
readonly
property: "id"
= "id"
x-lix-foreign-keys.parent_id.schemaKey
readonly
schemaKey: "lix_change_set"
= "lix_change_set"
x-lix-key
readonly
x-lix-key: "lix_change_set_edge"
= "lix_change_set_edge"
x-lix-primary-key
readonly
x-lix-primary-key: readonly ["parent_id"
, "child_id"
]
x-lix-version
readonly
x-lix-version: "1.0"
= "1.0"