Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 24.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ These are extra fields not specified in NIP-01 that may be present in the string
- `banner`: an URL to a wide (~1024x768) picture to be optionally displayed in the background of a profile screen.
- `bot`: a boolean to clarify that the content is entirely or partially the result of automation, such as with chatbots or newsfeeds.
- `birthday`: an object representing the author's birth date. The format is { "year": number, "month": number, "day": number }. Each field MAY be omitted.
- `languages`: an array of strings representing the author's preferred languages (in order of preference), each in the format defined by [IETF BCP 47](https://tools.ietf.org/html/bcp47) (e.g., `["en", "ja"]`, `["es-AR", "en-US"]`). The first element is the primary language.

#### Deprecated fields

Expand Down