{
"$schema": "https://lix.dev/schema-v1.json",
"key": "lix_binary_blob_ref",
"description": "Metadata pointer from a file row to its binary payload in internal CAS storage.",
"columns": [
{
"name": "blob_hash",
"type": "text",
"nullable": false,
"description": "BLAKE3 content hash used as the canonical CAS key for the binary payload."
},
{
"name": "id",
"type": "uuid",
"nullable": false,
"description": "File primary-key value (matches lix_file.id) for this binary reference row."
},
{
"name": "size_bytes",
"type": "int8",
"nullable": false,
"description": "Logical uncompressed file size in bytes for the referenced binary payload."
}
],
"primary_key": [
"id"
]
}