Variable: LixLogSchema

const LixLogSchema: object

Type declaration

additionalProperties

readonly additionalProperties: false = false

properties

readonly properties: object

properties.id

readonly id: object

properties.id.description

readonly description: "The unique identifier of the log entry" = "The unique identifier of the log entry"

properties.id.type

readonly type: "string" = "string"

properties.id.x-lix-generated

readonly x-lix-generated: true = true

properties.key

readonly key: object

properties.key.description

readonly description: "The key of the log entry" = "The key of the log entry"

properties.key.type

readonly type: "string" = "string"

properties.level

readonly level: object

properties.level.description

readonly description: "The level of the log entry" = "The level of the log entry"

properties.level.type

readonly type: "string" = "string"

properties.message

readonly message: object

properties.message.description

readonly description: "The message of the log entry" = "The message of the log entry"

properties.message.type

readonly type: "string" = "string"

required

readonly required: readonly ["id", "key", "message", "level"]

type

readonly type: "object" = "object"

x-lix-key

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

x-lix-primary-key

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

x-lix-version

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