Add birth field to NIP-24 for birth date representation ()

This commit is contained in:
mono 2025-03-30 09:31:03 +09:00 committed by GitHub
parent f901014065
commit ca9904f042
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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