upleb.uk

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

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMariano Pérez Rodríguez <mariano.perez.rodriguez@gmail.com>2023-04-13 19:28:03 -0300
committerfiatjaf_ <fiatjaf@gmail.com>2023-04-14 09:21:04 -0300
commitacaefe20fa4c9efde541ac352d9c44fe6c2fe790 (patch)
tree2ca3e3c0743de8a477486339c2d3b682a5a147aa /README.md
parentebf94668dbafe7fd2f52a77aabbd1f35bdf86bb6 (diff)
Add missing tag descriptions
Diffstat (limited to 'README.md')
-rw-r--r--README.md42
1 files changed, 30 insertions, 12 deletions
diff --git a/README.md b/README.md
index ec55ab7..9f31a36 100644
--- a/README.md
+++ b/README.md
@@ -106,18 +106,36 @@ When experimenting with kinds, keep in mind the classification introduced by [NI
106 106
107## Standardized Tags 107## Standardized Tags
108 108
109| name | value | other parameters | NIP | 109| name | value | other parameters | NIP |
110| ---------- | ----------------------- | ----------------- | ------------------------ | 110| -------------- | ------------------------------------ | -------------------- | ------------------------ |
111| e | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) | 111| `a` | coordinates to an event | relay URL | [33](33.md), [23](23.md) |
112| p | pubkey (hex) | relay URL | [1](01.md) | 112| `d` | identifier | -- | [33](33.md) |
113| a | coordinates to an event | relay URL | [33](33.md), [23](23.md) | 113| `e` | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) |
114| r | a reference (URL, etc) | | [12](12.md) | 114| `g` | geohash | -- | [12](12.md) |
115| t | hashtag | | [12](12.md) | 115| `i` | identity | proof | [39](39.md) |
116| g | geohash | | [12](12.md) | 116| `p` | pubkey (hex) | relay URL | [1](01.md) |
117| nonce | random | | [13](13.md) | 117| `r` | a reference (URL, etc) | -- | [12](12.md) |
118| subject | subject | | [14](14.md) | 118| `t` | hashtag | -- | [12](12.md) |
119| d | identifier | | [33](33.md) | 119| `amount` | millisats | -- | [57](57.md) |
120| expiration | unix timestamp (string) | | [40](40.md) | 120| `bolt11` | `bolt11` invoice | -- | [57](57.md) |
121| `challenge` | challenge string | -- | [42](42.md) |
122| `delegation` | pubkey, conditions, delegation token | -- | [26](26.md) |
123| `description` | badge description | -- | [58](58.md) |
124| `description` | invoice description | -- | [57](57.md) |
125| `expiration` | unix timestamp (string) | -- | [40](40.md) |
126| `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) |
127| `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) |
128| `name` | badge name | -- | [58](58.md) |
129| `nonce` | random | -- | [13](13.md) |
130| `preimage` | hash of `bolt11` invoice | -- | [57](57.md) |
131| `published_at` | unix timestamp (string) | -- | [23](23.md) |
132| `relay` | relay url | -- | [42](42.md) |
133| `relays` | relay list | -- | [57](57.md) |
134| `subject` | subject | -- | [14](14.md) |
135| `summary` | article summary | -- | [23](23.md) |
136| `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) |
137| `title` | article title | -- | [23](23.md) |
138| `zap` | profile name | type of value | [57](57.md) |
121 139
122## Criteria for acceptance of NIPs 140## Criteria for acceptance of NIPs
123 141