LanceDB · JSON Structure

Lancedb Table Structure

JSON Structure for a LanceDB table with strict typed fields covering identity, schema, versioning, and indexing surface.

Type: object Properties: 10 Required: 3
Vector DatabaseMulti-ModalLance FormatLakehouseRAGAgent MemoryOpen-SourceEmbeddingsFull-Text SearchHybrid SearchColumnar StorageArrowAI Infrastructure

LancedbTable is a JSON Structure definition published by LanceDB, describing 10 properties, of which 3 are required. It conforms to the https://json-structure.org/draft/2025-09/schema meta-schema.

Properties

name namespace location version createdAt updatedAt schema stats indexes tags

Meta-schema: https://json-structure.org/draft/2025-09/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025-09/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lancedb/main/json-structure/lancedb-table-structure.json",
  "name": "LancedbTable",
  "type": "object",
  "description": "JSON Structure for a LanceDB table with strict typed fields covering identity, schema, versioning, and indexing surface.",
  "properties": {
    "name": { "type": "string" },
    "namespace": {
      "type": "array",
      "items": { "type": "string" }
    },
    "location": { "type": "uri" },
    "version": { "type": "int64" },
    "createdAt": { "type": "date-time" },
    "updatedAt": { "type": "date-time" },
    "schema": {
      "type": "object",
      "properties": {
        "fields": {
          "type": "array",
          "items": { "type": { "$ref": "#/definitions/Field" } }
        }
      }
    },
    "stats": {
      "type": "object",
      "properties": {
        "numRows": { "type": "int64" },
        "numFragments": { "type": "int64" },
        "sizeBytes": { "type": "int64" }
      }
    },
    "indexes": {
      "type": "array",
      "items": { "type": { "$ref": "#/definitions/Index" } }
    },
    "tags": {
      "type": "map",
      "values": { "type": "int64" }
    }
  },
  "required": ["name", "namespace", "schema"],
  "definitions": {
    "Field": {
      "type": "object",
      "properties": {
        "name": { "type": "string" },
        "arrowType": { "type": "string" },
        "nullable": { "type": "boolean" },
        "vectorDimension": { "type": "int32" }
      },
      "required": ["name", "arrowType"]
    },
    "Index": {
      "type": "object",
      "properties": {
        "name": { "type": "string" },
        "column": { "type": "string" },
        "indexType": {
          "type": "string",
          "enum": ["BTREE", "BITMAP", "LABEL_LIST", "FTS", "IVF_FLAT", "IVF_PQ", "IVF_HNSW_SQ", "IVF_HNSW_PQ"]
        },
        "metric": {
          "type": "string",
          "enum": ["l2", "cosine", "dot"]
        },
        "status": {
          "type": "string",
          "enum": ["PENDING", "BUILDING", "READY", "FAILED"]
        }
      },
      "required": ["name", "column", "indexType"]
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/lancedb-table-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.