Skip to content

Commit 3266909

Browse files
committed
Fix warning notes
1 parent 01b9ac8 commit 3266909

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.chloggen/add_enduser_pseudo_id.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ change_type: enhancement
1010
component: enduser
1111

1212
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
13-
note: introduce new attribute `enduser.pseudo.id`
13+
note: Introduce new attribute `enduser.pseudo.id`
1414

1515
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
1616
# The values here must be integers.

model/enduser/registry.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ groups:
99
type: string
1010
brief: "Unique identifier of an end user in the system. It maybe a username, email address, or other identifier."
1111
note: |
12+
1213
> [!Warning]
1314
> This field contains sensitive (PII) information.
1415
examples: [ 'username' ]
@@ -19,6 +20,7 @@ groups:
1920
brief: >
2021
Pseudonymous identifier of an end user. This identifier should be a random value that is not directly linked or associated with the end user's actual identity.
2122
note: |
23+
2224
> [!Warning]
2325
> This field contains sensitive (linkable PII) information.
2426
examples: ['QdH5CAWJgqVT4rOr0qtumf']

0 commit comments

Comments
 (0)