const
LixThreadCommentSchema: object
Type declaration
additionalProperties
readonly
additionalProperties: false
= false
properties
readonly
properties: object
properties.body
readonly
body: any
properties.id
readonly
id: object
properties.id.type
readonly
type: "string"
= "string"
properties.id.x-lix-generated
readonly
x-lix-generated: true
= true
properties.parent_id
readonly
parent_id: object
properties.parent_id.nullable
readonly
nullable: true
= true
properties.parent_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 ["id"
, "thread_id"
, "body"
]
type
readonly
type: "object"
= "object"
x-lix-foreign-keys
readonly
x-lix-foreign-keys: object
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_thread_comment"
= "lix_thread_comment"
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_thread_comment"
= "lix_thread_comment"
x-lix-primary-key
readonly
x-lix-primary-key: readonly ["id"
]
x-lix-version
readonly
x-lix-version: "1.0"
= "1.0"