Vana SDK - v4.1.0
    Preparing search index...

    Variable RedactedLineageNodeSchemaConst

    RedactedLineageNodeSchema: ZodObject<{ redacted: ZodLiteral<true> }, $strict> = ...

    A redacted node is exactly { redacted: true }. Any other key on it would leak what the redaction hides, so the schema is strict: a view carrying a redacted node with an id (or anything else) is refused rather than passed through.