data / schema
Schemas
A schema is a named shape — column types, primary key, optional extractions for nested JSON. Register a schema once; query it by name from /v1/ask, ingest rows against it from /v1/rows.
authenticated via session cookie · no token to paste
Registered
— tags ·
Pick an instance to load.
Register a schema
Paste a TOML manifest. namespace.table becomes the canonical schema name.
column types: i64 · u64 · f64 · str · bytes · bool · required = true on every PK column