mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 08:55:52 -05:00
README: subdivide tags table
This commit is contained in:
parent
d251ca0da5
commit
bc8fd7a07a
21
README.md
21
README.md
|
@ -11,7 +11,9 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
|
||||||
- [Message Types](#message-types)
|
- [Message Types](#message-types)
|
||||||
- [Client to Relay](#client-to-relay)
|
- [Client to Relay](#client-to-relay)
|
||||||
- [Relay to Client](#relay-to-client)
|
- [Relay to Client](#relay-to-client)
|
||||||
- [Standardized Tags](#standardized-tags)
|
- [Tags](#tags)
|
||||||
|
- [Standardized Tags](#standardized-tags)
|
||||||
|
- [Conventional Tags](#conventional-tags)
|
||||||
- [Criteria for acceptance of NIPs](#criteria-for-acceptance-of-nips)
|
- [Criteria for acceptance of NIPs](#criteria-for-acceptance-of-nips)
|
||||||
- [Is this repository a centralizing factor?](#is-this-repository-a-centralizing-factor)
|
- [Is this repository a centralizing factor?](#is-this-repository-a-centralizing-factor)
|
||||||
- [How this repository works](#how-this-repository-works)
|
- [How this repository works](#how-this-repository-works)
|
||||||
|
@ -224,14 +226,21 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
|
||||||
| `AUTH` | used to send authentication challenges | [42](42.md) |
|
| `AUTH` | used to send authentication challenges | [42](42.md) |
|
||||||
| `COUNT` | used to send requested event counts to clients | [45](45.md) |
|
| `COUNT` | used to send requested event counts to clients | [45](45.md) |
|
||||||
|
|
||||||
## Standardized Tags
|
## Tags
|
||||||
|
|
||||||
|
### Standardized Tags
|
||||||
|
|
||||||
|
| name | value | other parameters | NIP |
|
||||||
|
|------|-------------------------|---------------------------------|--------------------------|
|
||||||
|
| `e` | event id (hex) | relay URL, marker, pubkey (hex) | [01](01.md), [10](10.md) |
|
||||||
|
| `p` | pubkey (hex) | relay URL, petname | [01](01.md), [02](02.md) |
|
||||||
|
| `a` | coordinates to an event | relay URL | [01](01.md) |
|
||||||
|
| `d` | identifier | -- | [01](01.md) |
|
||||||
|
|
||||||
|
### Conventional Tags
|
||||||
|
|
||||||
| name | value | other parameters | NIP |
|
| name | value | other parameters | NIP |
|
||||||
| ----------------- | ------------------------------------ | ------------------------------- | ------------------------------------- |
|
| ----------------- | ------------------------------------ | ------------------------------- | ------------------------------------- |
|
||||||
| `e` | event id (hex) | relay URL, marker, pubkey (hex) | [01](01.md), [10](10.md) |
|
|
||||||
| `p` | pubkey (hex) | relay URL, petname | [01](01.md), [02](02.md) |
|
|
||||||
| `a` | coordinates to an event | relay URL | [01](01.md) |
|
|
||||||
| `d` | identifier | -- | [01](01.md) |
|
|
||||||
| `g` | geohash | -- | [52](52.md) |
|
| `g` | geohash | -- | [52](52.md) |
|
||||||
| `i` | identity | proof | [39](39.md) |
|
| `i` | identity | proof | [39](39.md) |
|
||||||
| `k` | kind number (string) | -- | [18](18.md), [25](25.md), [72](72.md) |
|
| `k` | kind number (string) | -- | [18](18.md), [25](25.md), [72](72.md) |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user