diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 17 insertions, 5 deletions
| @@ -261,22 +261,32 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 261 | 261 | ||
| 262 | | name | value | other parameters | NIP | | 262 | | name | value | other parameters | NIP | |
| 263 | | ----------------- | ------------------------------------ | ------------------------------- | -------------------------------------------------- | | 263 | | ----------------- | ------------------------------------ | ------------------------------- | -------------------------------------------------- | |
| 264 | | `e` | event id (hex) | relay URL, marker, pubkey (hex) | [01](01.md), [10](10.md) | | ||
| 265 | | `p` | pubkey (hex) | relay URL, petname | [01](01.md), [02](02.md) | | ||
| 266 | | `a` | coordinates to an event | relay URL | [01](01.md) | | 264 | | `a` | coordinates to an event | relay URL | [01](01.md) | |
| 265 | | `A` | root address | relay URL | [22](22.md) | | ||
| 267 | | `d` | identifier | -- | [01](01.md) | | 266 | | `d` | identifier | -- | [01](01.md) | |
| 268 | | `-` | -- | -- | [70](70.md) | | 267 | | `e` | event id (hex) | relay URL, marker, pubkey (hex) | [01](01.md), [10](10.md) | |
| 268 | | `E` | root event i | relay URL | [22](22.md) | | ||
| 269 | | `f` | currency code | -- | [69](69.md) | | ||
| 269 | | `g` | geohash | -- | [52](52.md) | | 270 | | `g` | geohash | -- | [52](52.md) | |
| 270 | | `h` | group id | -- | [29](29.md) | | 271 | | `h` | group id | -- | [29](29.md) | |
| 271 | | `i` | external identity | proof, url hint | [39](39.md), [73](73.md) | | 272 | | `i` | external identity | proof, url hint | [35](35.md), [39](39.md), [73](73.md) | |
| 273 | | `I` | root external identity | -- | [22](22.md) | | ||
| 272 | | `k` | kind | -- | [18](18.md), [25](25.md), [72](72.md), [73](73.md) | | 274 | | `k` | kind | -- | [18](18.md), [25](25.md), [72](72.md), [73](73.md) | |
| 275 | | `K` | root scope | -- | [22](22.md) | | ||
| 273 | | `l` | label, label namespace | -- | [32](32.md) | | 276 | | `l` | label, label namespace | -- | [32](32.md) | |
| 274 | | `L` | label namespace | -- | [32](32.md) | | 277 | | `L` | label namespace | -- | [32](32.md) | |
| 275 | | `m` | MIME type | -- | [94](94.md) | | 278 | | `m` | MIME type | -- | [94](94.md) | |
| 279 | | `p` | pubkey (hex) | relay URL, petname | [01](01.md), [02](02.md) | | ||
| 276 | | `q` | event id (hex) | relay URL, pubkey (hex) | [18](18.md) | | 280 | | `q` | event id (hex) | relay URL, pubkey (hex) | [18](18.md) | |
| 277 | | `r` | a reference (URL, etc) | -- | [24](24.md), [25](25.md) | | 281 | | `r` | a reference (URL, etc) | -- | [24](24.md), [25](25.md) | |
| 278 | | `r` | relay url | marker | [65](65.md) | | 282 | | `r` | relay url | marker | [65](65.md) | |
| 279 | | `t` | hashtag | -- | [24](24.md), [34](34.md) | | 283 | | `s` | status | -- | [69](69.md) | |
| 284 | | `t` | hashtag | -- | [24](24.md), [34](34.md), [35](35.md) | | ||
| 285 | | `u` | url | -- | [61](61.md), [98](98.md) | | ||
| 286 | | `x` | infohash | -- | [35](35.md) | | ||
| 287 | | `y` | platform | -- | [69](69.md) | | ||
| 288 | | `z` | order number | -- | [69](69.md) | | ||
| 289 | | `-` | -- | -- | [70](70.md) | | ||
| 280 | | `alt` | summary | -- | [31](31.md) | | 290 | | `alt` | summary | -- | [31](31.md) | |
| 281 | | `amount` | millisatoshis, stringified | -- | [57](57.md) | | 291 | | `amount` | millisatoshis, stringified | -- | [57](57.md) | |
| 282 | | `bolt11` | `bolt11` invoice | -- | [57](57.md) | | 292 | | `bolt11` | `bolt11` invoice | -- | [57](57.md) | |
| @@ -289,6 +299,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 289 | | `emoji` | shortcode, image URL | -- | [30](30.md) | | 299 | | `emoji` | shortcode, image URL | -- | [30](30.md) | |
| 290 | | `encrypted` | -- | -- | [90](90.md) | | 300 | | `encrypted` | -- | -- | [90](90.md) | |
| 291 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | | 301 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | |
| 302 | | `file` | full path (string) | -- | [35](35.md) | | ||
| 292 | | `goal` | event id (hex) | relay URL | [75](75.md) | | 303 | | `goal` | event id (hex) | relay URL | [75](75.md) | |
| 293 | | `image` | image URL | dimensions in pixels | [23](23.md), [52](52.md), [58](58.md) | | 304 | | `image` | image URL | dimensions in pixels | [23](23.md), [52](52.md), [58](58.md) | |
| 294 | | `imeta` | inline metadata | -- | [92](92.md) | | 305 | | `imeta` | inline metadata | -- | [92](92.md) | |
| @@ -307,6 +318,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 307 | | `summary` | summary | -- | [23](23.md), [52](52.md) | | 318 | | `summary` | summary | -- | [23](23.md), [52](52.md) | |
| 308 | | `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) | | 319 | | `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) | |
| 309 | | `title` | article title | -- | [23](23.md) | | 320 | | `title` | article title | -- | [23](23.md) | |
| 321 | | `tracker` | torrent tracker URL | -- | [35](35.md) | | ||
| 310 | | `web` | webpage URL | -- | [34](34.md) | | 322 | | `web` | webpage URL | -- | [34](34.md) | |
| 311 | | `zap` | pubkey (hex), relay URL | weight | [57](57.md) | | 323 | | `zap` | pubkey (hex), relay URL | weight | [57](57.md) | |
| 312 | 324 | ||