diff options
Diffstat (limited to '71.md')
| -rw-r--r-- | 71.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -2,7 +2,7 @@ NIP-71 | |||
| 2 | ====== | 2 | ====== |
| 3 | 3 | ||
| 4 | Video Events | 4 | Video Events |
| 5 | --------------- | 5 | ------------ |
| 6 | 6 | ||
| 7 | `draft` `optional` | 7 | `draft` `optional` |
| 8 | 8 | ||
| @@ -42,7 +42,7 @@ The list of tags are as follows: | |||
| 42 | * `p` (optional, repeated) 32-bytes hex pubkey of a participant in the video, optional recommended relay URL | 42 | * `p` (optional, repeated) 32-bytes hex pubkey of a participant in the video, optional recommended relay URL |
| 43 | * `r` (optional, repeated) references / links to web pages | 43 | * `r` (optional, repeated) references / links to web pages |
| 44 | 44 | ||
| 45 | ```json | 45 | ```jsonc |
| 46 | { | 46 | { |
| 47 | "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, | 47 | "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, |
| 48 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, | 48 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, |