diff options
| author | mono <102149418+TsukemonoGit@users.noreply.github.com> | 2025-03-30 09:31:03 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-30 09:31:03 +0900 |
| commit | ca9904f0424a2200fa326117ae8188491fd869ac (patch) | |
| tree | 0845602eae9ea06ce1862a25b0d446ceebf24de1 | |
| parent | f90101406592134e5f9c27c5e81fad3ee670e9c1 (diff) | |
Add birth field to NIP-24 for birth date representation (#1793)
| -rw-r--r-- | 24.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -17,6 +17,7 @@ These are extra fields not specified in NIP-01 that may be present in the string | |||
| 17 | - `website`: a web URL related in any way to the event author. | 17 | - `website`: a web URL related in any way to the event author. |
| 18 | - `banner`: an URL to a wide (~1024x768) picture to be optionally displayed in the background of a profile screen. | 18 | - `banner`: an URL to a wide (~1024x768) picture to be optionally displayed in the background of a profile screen. |
| 19 | - `bot`: a boolean to clarify that the content is entirely or partially the result of automation, such as with chatbots or newsfeeds. | 19 | - `bot`: a boolean to clarify that the content is entirely or partially the result of automation, such as with chatbots or newsfeeds. |
| 20 | - `birthday`: an object representing the author's birth date. The format is { "year": number, "month": number, "day": number }. Each field MAY be omitted. | ||
| 20 | 21 | ||
| 21 | ### Deprecated fields | 22 | ### Deprecated fields |
| 22 | 23 | ||