Current Limitations
- Auto-discovery extract (no schema) currently returns 500 on production. Always provide a
schemaorschema_idin v0.1. - Schema definitions: prefer full JSON Schema for now. The flat key-type map (
{ vendor_name: "string" }) is documented as supported but the server-side normaliser does not translate it yet. Send full JSON Schema withtype: "object"andproperties. - `is_not_empty` filter currently underreports. A filter condition with
operator: "is_not_empty"may return zero documents even when the field has populated values. Use specific operators (eq,gt,contains, etc.) instead.
These limitations are tracked and will be resolved in upcoming releases. Always pass a
schema or schema_id to extract() for reliable results.