36 lines
846 B
YAML
36 lines
846 B
YAML
# compliance/data-map.yml — PII field inventory
|
|
# Generated by scripts/compliance/emit-data-map.mjs — do not edit manually.
|
|
# Run `pnpm compliance:data-map` to regenerate.
|
|
collections:
|
|
articles:
|
|
auth: false
|
|
piiFields: []
|
|
slug: articles
|
|
media:
|
|
auth: false
|
|
piiFields: []
|
|
slug: media
|
|
pages:
|
|
auth: false
|
|
piiFields: []
|
|
slug: pages
|
|
users:
|
|
auth: true
|
|
piiFields:
|
|
- category: identification-username
|
|
exportable: true
|
|
field: displayName
|
|
purpose:
|
|
- service-delivery
|
|
restrictable: true
|
|
source: field-tag
|
|
- category: contact-email
|
|
exportable: true
|
|
field: email
|
|
purpose:
|
|
- account-authentication
|
|
- transactional-notifications
|
|
restrictable: true
|
|
source: auth-default
|
|
slug: users
|