Skip to content

Commit 3b31ec2

Browse files
committed
Clarify use of display:restricted
1 parent bc9b730 commit 3b31ec2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

site/spec.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ The optional `display` property controls whether a column should appear in user-
123123

124124
A restricted column must be excluded from default user interfaces and other user-facing output, including tables, plots, and downloads. We can't guarantee this protection, but we hope it will steer agents (and humans!) away from showing it by default.
125125

126+
The primary use case is **personally identifiable information (PII)** — columns containing data such as names, email addresses, phone numbers, social security numbers, or other details that identify an individual. More broadly, `display: restricted` applies to any sensitive, confidential, or secret data that should not be surfaced by default.
127+
126128
#### Types
127129

128130
Types capture data types at a level that makes sense for analysis, which is typically coarser than the logical types of the underlying data.

0 commit comments

Comments
 (0)