Skip to content

Commit

Permalink
Tweak definition for user.name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin committed Dec 5, 2018
1 parent 2ebefe8 commit 0848384
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ Note also that the `user` fields may be used directly at the top level.
| Field | Description | Level | Type | Example |
|---|---|---|---|---|
| <a name="user.id"></a>user.id | One or multiple unique identifiers of the user. | core | keyword | |
| <a name="user.name"></a>user.name | Programmatic name / login of the user. | core | keyword | `albert` |
| <a name="user.name"></a>user.name | Short name or login of the user. | core | keyword | `albert` |
| <a name="user.full_name"></a>user.full_name | User's full name, if available. | extended | keyword | `Albert Einstein` |
| <a name="user.email"></a>user.email | User email address. | extended | keyword | |
| <a name="user.hash"></a>user.hash | Unique user hash to correlate information for a user in anonymized form.<br/>Useful if `user.id` or `user.name` contain confidential information and cannot be used. | extended | keyword | |
Expand Down
2 changes: 1 addition & 1 deletion fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@
type: keyword
example: albert
description: >
Programmatic name / login of the user.
Short name or login of the user.
- name: full_name
level: extended
Expand Down
2 changes: 1 addition & 1 deletion schemas/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
type: keyword
example: albert
description: >
Programmatic name / login of the user.
Short name or login of the user.
- name: full_name
level: extended
Expand Down

0 comments on commit 0848384

Please sign in to comment.