mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-04-04 10:00:31 -04:00
Add birth field to NIP-24 for birth date representation (#1793)
This commit is contained in:
parent
f901014065
commit
ca9904f042
1
24.md
1
24.md
@ -17,6 +17,7 @@ These are extra fields not specified in NIP-01 that may be present in the string
|
||||
- `website`: a web URL related in any way to the event author.
|
||||
- `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.
|
||||
|
||||
### Deprecated fields
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user