{ "name": "jobs_safe", "base_dataset": "job_orders", "columns": [ "job_order_id", "client_id", "title", "vertical", "status", "city", "state", "zip", "bill_rate", "pay_rate" ], "column_redactions": { "client_id": { "kind": "mask", "keep_prefix": 3, "keep_suffix": 2 } }, "created_at": "2026-04-27T15:42:00Z", "created_by": "j", "description": "Job-order projection with client_id masked. Drops description (often quotes client names verbatim, no text-scrubber available). bill_rate / pay_rate kept — commercial info, not PII per staffing PRD." }