Variable: LixLogSchema

const LixLogSchema: { additionalProperties: false; properties: { id: { description: "The unique identifier of the log entry"; type: "string"; x-lix-generated: true; }; key: { description: "The key of the log entry"; type: "string"; }; level: { description: "The level of the log entry"; type: "string"; }; message: { description: "The message of the log entry"; type: "string"; }; }; required: readonly ["id", "key", "message", "level"]; type: "object"; x-lix-key: "lix_log"; x-lix-primary-key: readonly ["id"]; x-lix-version: "1.0"; }

Type declaration

additionalProperties

readonly additionalProperties: false = false

properties

readonly properties: { id: { description: "The unique identifier of the log entry"; type: "string"; x-lix-generated: true; }; key: { description: "The key of the log entry"; type: "string"; }; level: { description: "The level of the log entry"; type: "string"; }; message: { description: "The message of the log entry"; type: "string"; }; }

properties.id

readonly id: { description: "The unique identifier of the log entry"; type: "string"; x-lix-generated: true; }

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: { description: "The key of the log entry"; type: "string"; }

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: { description: "The level of the log entry"; type: "string"; }

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: { description: "The message of the log entry"; type: "string"; }

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"