diff options
Diffstat (limited to '24.md')
| -rw-r--r-- | 24.md | 10 |
1 files changed, 6 insertions, 4 deletions
| @@ -6,7 +6,7 @@ Extra metadata fields and tags | |||
| 6 | 6 | ||
| 7 | `draft` `optional` | 7 | `draft` `optional` |
| 8 | 8 | ||
| 9 | This NIP defines extra optional fields added to events. | 9 | This NIP keeps track of extra optional fields that can added to events which are not defined anywhere else but have become _de facto_ standards and other minor implementation possibilities that do not deserve their own NIP and do not have a place in other NIPs. |
| 10 | 10 | ||
| 11 | kind 0 | 11 | kind 0 |
| 12 | ====== | 12 | ====== |
| @@ -28,7 +28,7 @@ These are fields that should be ignored or removed when found in the wild: | |||
| 28 | kind 3 | 28 | kind 3 |
| 29 | ====== | 29 | ====== |
| 30 | 30 | ||
| 31 | These are extra fields not specified in NIP-02 that may be present in the stringified JSON of contacts events: | 31 | These are extra fields not specified in NIP-02 that may be present in the stringified JSON of follow events: |
| 32 | 32 | ||
| 33 | ### Deprecated fields | 33 | ### Deprecated fields |
| 34 | 34 | ||
| @@ -39,5 +39,7 @@ tags | |||
| 39 | 39 | ||
| 40 | These tags may be present in multiple event kinds. Whenever a different meaning is not specified by some more specific NIP, they have the following meanings: | 40 | These tags may be present in multiple event kinds. Whenever a different meaning is not specified by some more specific NIP, they have the following meanings: |
| 41 | 41 | ||
| 42 | - `r`: a web URL the event is referring to in some way | 42 | - `r`: a web URL the event is referring to in some way. |
| 43 | - `title`: name of [NIP-51](51.md) sets, [NIP-52](52.md) calendar event, [NIP-53](53.md) live event or [NIP-99](99.md) listing | 43 | - `i`: an external id the event is referring to in some way - see [NIP-73](73.md). |
| 44 | - `title`: name of [NIP-51](51.md) sets, [NIP-52](52.md) calendar event, [NIP-53](53.md) live event or [NIP-99](99.md) listing. | ||
| 45 | - `t`: a hashtag. The value MUST be a lowercase string. | ||