upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2023-01-25 13:20:36 -0300
committerfiatjaf <fiatjaf@gmail.com>2023-01-25 13:20:36 -0300
commitd82599bc7f894a175174014d3afc44e428ecb99d (patch)
tree8ddbfad326689461527a8c55f2af10e711b17d57
parent45649d7b4d40fda4b4db8a02d007e6243a1153c9 (diff)
add list of standardized tags.
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index f8dd7c9..1ef0ec8 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,20 @@ Please update these lists when proposing NIPs introducing new event kinds.
77 77
78When experimenting with kinds, keep in mind the classification introduced by [NIP-16](16.md). 78When 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
821. They should be implemented in at least two clients and one relay -- when applicable. 961. They should be implemented in at least two clients and one relay -- when applicable.