clarify kind 0 and reference "r" tags

This commit is contained in:
William Connatser 2023-11-15 10:34:21 -06:00
parent f1433e0f0c
commit 49ccd37942
2 changed files with 3 additions and 3 deletions

2
24.md
View File

@ -36,6 +36,6 @@ These are extra fields not specified in NIP-02 that may be present in the string
tags
====
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:
These tags may be present in multiple event kinds. Whenever a different meaning is not specified by some more specific NIP (currently only "r" tags on kind 10002 events have a different meaning), they have the following meaning:
- `r`: a web URL the event is referring to in some way

View File

@ -76,7 +76,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
## Event Kinds
| kind | description | NIP |
| ------------- | -------------------------- | ----------- |
| `0` | Metadata | [1](01.md) |
| `0` | Metadata | [1](01.md), [24](24.md) |
| `1` | Short Text Note | [1](01.md) |
| `2` | Recommend Relay | |
| `3` | Contacts | [2](02.md) |
@ -175,7 +175,7 @@ Please update these lists when proposing NIPs introducing new event kinds.
| `l` | label, label namespace | annotations | [32](32.md) |
| `L` | label namespace | -- | [32](32.md) |
| `m` | MIME type | -- | [94](94.md) |
| `r` | a reference (URL, etc) | petname | |
| `r` | a reference (URL, etc) | petname | [24](24.md) |
| `r` | relay url | marker | [65](65.md) |
| `t` | hashtag | -- | |
| `amount` | millisatoshis, stringified | -- | [57](57.md) |