Const
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.
{ redacted: true }
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.