Skip to content

Commit f440eac

Browse files
authored
Remove reference to 'username' and update descriptions in metadata (#1726)
1 parent 7370729 commit f440eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Kinds specify how clients should interpret the meaning of each event and the oth
8989

9090
This NIP defines one basic kind:
9191

92-
- `0`: **user metadata**: the `content` is set to a stringified JSON object `{name: <username>, about: <string>, picture: <url, string>}` describing the user who created the event. [Extra metadata fields](24.md#kind-0) may be set. A relay may delete older events once it gets a new one for the same pubkey.
92+
- `0`: **user metadata**: the `content` is set to a stringified JSON object `{name: <nickname or full name>, about: <short bio>, picture: <url of the image>}` describing the user who created the event. [Extra metadata fields](24.md#kind-0) may be set. A relay may delete older events once it gets a new one for the same pubkey.
9393

9494
And also a convention for kind ranges that allow for easier experimentation and flexibility of relay implementation:
9595

0 commit comments

Comments
 (0)