Variable: LixKeyValueSchema
const
LixKeyValueSchema: { additionalProperties
: false
; properties
: { key
: { type
: "string"
; }; value
: any
; }; required
: readonly ["key"
, "value"
]; type
: "object"
; x-lix-key
: "lix_key_value"
; x-lix-primary-key
: readonly ["key"
]; x-lix-version
: "1.0"
; }
Type Declaration
additionalProperties
readonly
additionalProperties: false
= false
properties
readonly
properties: { key
: { type
: "string"
; }; value
: any
; }
properties.key
readonly
key: { type
: "string"
; }
properties.key.type
readonly
type: "string"
= "string"
properties.value
readonly
value: any
required
readonly
required: readonly ["key"
, "value"
]
type
readonly
type: "object"
= "object"
x-lix-key
readonly
x-lix-key: "lix_key_value"
= "lix_key_value"
x-lix-primary-key
readonly
x-lix-primary-key: readonly ["key"
]
x-lix-version
readonly
x-lix-version: "1.0"
= "1.0"