upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/24.md
diff options
context:
space:
mode:
authormono <102149418+TsukemonoGit@users.noreply.github.com>2025-03-30 09:31:03 +0900
committerGitHub <noreply@github.com>2025-03-30 09:31:03 +0900
commitca9904f0424a2200fa326117ae8188491fd869ac (patch)
tree0845602eae9ea06ce1862a25b0d446ceebf24de1 /24.md
parentf90101406592134e5f9c27c5e81fad3ee670e9c1 (diff)
Add birth field to NIP-24 for birth date representation (#1793)
Diffstat (limited to '24.md')
-rw-r--r--24.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/24.md b/24.md
index df3a932..5904efb 100644
--- a/24.md
+++ b/24.md
@@ -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