{
"$schema": "https://lix.dev/schema-v1.json",
"key": "lix_key_value",
"columns": [
{
"name": "key",
"type": "text",
"nullable": false
},
{
"name": "value",
"type": "jsonb",
"nullable": true,
"description": "Arbitrary JSON value. This field stays in the JSON domain even when different rows hold different JSON kinds."
}
],
"primary_key": [
"key"
]
}