mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-07 23:34:32 +00:00
Add birth field to NIP-24 for birth date representation (#1793)
This commit is contained in:
parent
f901014065
commit
ca9904f042
1 changed files with 1 additions and 0 deletions
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.
|
- `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.
|
- `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.
|
- `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
|
### Deprecated fields
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue