From ca9904f0424a2200fa326117ae8188491fd869ac Mon Sep 17 00:00:00 2001
From: mono <102149418+TsukemonoGit@users.noreply.github.com>
Date: Sun, 30 Mar 2025 09:31:03 +0900
Subject: [PATCH] Add birth field to NIP-24 for birth date representation
 (#1793)

---
 24.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/24.md b/24.md
index df3a9323..5904efb7 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
   - `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