Variable: LixLabelSchema

const LixLabelSchema: { additionalProperties: false; properties: { id: { type: "string"; x-lix-default: "lix_uuid_v7()"; }; name: { type: "string"; }; }; required: readonly ["id", "name"]; type: "object"; x-lix-key: "lix_label"; x-lix-override-lixcols: { lixcol_file_id: ""lix""; lixcol_plugin_key: ""lix_sdk""; }; x-lix-primary-key: readonly ["/id"]; x-lix-version: "1.0"; }

Type Declaration

additionalProperties

readonly additionalProperties: false = false

properties

readonly properties: { id: { type: "string"; x-lix-default: "lix_uuid_v7()"; }; name: { type: "string"; }; }

properties.id

readonly id: { type: "string"; x-lix-default: "lix_uuid_v7()"; }

properties.id.type

readonly type: "string" = "string"

properties.id.x-lix-default

readonly x-lix-default: "lix_uuid_v7()" = "lix_uuid_v7()"

properties.name

readonly name: { type: "string"; }

properties.name.type

readonly type: "string" = "string"

required

readonly required: readonly ["id", "name"]

type

readonly type: "object" = "object"

x-lix-key

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

x-lix-override-lixcols

readonly x-lix-override-lixcols: { lixcol_file_id: ""lix""; lixcol_plugin_key: ""lix_sdk""; }

x-lix-override-lixcols.lixcol_file_id

readonly lixcol_file_id: ""lix"" = '"lix"'

x-lix-override-lixcols.lixcol_plugin_key

readonly lixcol_plugin_key: ""lix_sdk"" = '"lix_sdk"'

x-lix-primary-key

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

x-lix-version

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