diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-01-25 13:20:36 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-01-25 13:20:36 -0300 |
| commit | d82599bc7f894a175174014d3afc44e428ecb99d (patch) | |
| tree | 8ddbfad326689461527a8c55f2af10e711b17d57 | |
| parent | 45649d7b4d40fda4b4db8a02d007e6243a1153c9 (diff) | |
add list of standardized tags.
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -77,6 +77,20 @@ Please update these lists when proposing NIPs introducing new event kinds. | |||
| 77 | 77 | ||
| 78 | When experimenting with kinds, keep in mind the classification introduced by [NIP-16](16.md). | 78 | When experimenting with kinds, keep in mind the classification introduced by [NIP-16](16.md). |
| 79 | 79 | ||
| 80 | ## Standardized Tags | ||
| 81 | |||
| 82 | | name | value | other parameters | NIP | | ||
| 83 | | ---------- | ----------------------- | ----------------- | ------------------------ | | ||
| 84 | | e | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) | | ||
| 85 | | p | pubkey (hex) | relay URL | [1](01.md) | | ||
| 86 | | r | a reference (URL, etc) | | [12](12.md) | | ||
| 87 | | t | hashtag | | [12](12.md) | | ||
| 88 | | g | geohash | | [12](12.md) | | ||
| 89 | | nonce | random | | [13](13.md) | | ||
| 90 | | subject | subject | | [14](14.md) | | ||
| 91 | | d | identifier | | [33](33.md) | | ||
| 92 | | expiration | unix timestamp (string) | | [40](40.md) | | ||
| 93 | |||
| 80 | ## Criteria for acceptance of NIPs | 94 | ## Criteria for acceptance of NIPs |
| 81 | 95 | ||
| 82 | 1. They should be implemented in at least two clients and one relay -- when applicable. | 96 | 1. They should be implemented in at least two clients and one relay -- when applicable. |