Skip to content

Commit 07cb1eb

Browse files
committed
Fix weaver
1 parent 6f858a2 commit 07cb1eb

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

model/enduser/common.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

model/enduser/registry.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ groups:
33
type: attribute_group
44
display_name: End User Attributes
55
brief: >
6-
Describes information about the end user, which can be used as a sub-namespace of browser, client, or user domains.
6+
Describes information about the end user, which can be used as a subdomain of browser, client, or user domains.
77
attributes:
88
- id: enduser.id
99
type: string
@@ -12,9 +12,7 @@ groups:
1212
Identifier of an end user who interacts with a system.
1313
This identifier may be unique only through best-effort means and does not imply that the user is authenticated to the system.
1414
examples: ['QdH5CAWJgqVT4rOr0qtumf']
15-
- id: enduser.authentication
16-
type: attribute_group
15+
- ref: authentication.id
1716
stability: experimental
18-
brief: >
19-
Describes the authentication information of an authenticated end user.
20-
ref: registry.authentication
17+
requirement_level:
18+
conditionally_required: if and only if the end user is authenticated.

0 commit comments

Comments
 (0)