diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2024-09-28 12:26:48 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2024-09-28 12:29:03 -0300 |
| commit | a736e629be5c4c9125d98bdb4965851d8110c483 (patch) | |
| tree | 3674e4f23c873dca200904e2893fc842e74ea342 /71.md | |
| parent | 4438b892d8abd189afc75f9f54532ec95f108d9f (diff) | |
complete renaming to "addressable" events.
as noticed by @bezysoftware at https://github.com/nostr-protocol/nips/pull/1437#issuecomment-2380626514.
I don't know how so many of these instances were left from the original PR at following ca3c52e3e74f0a4679f1c6c0d9ac6461ea748d2d.
Diffstat (limited to '71.md')
| -rw-r--r-- | 71.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -16,7 +16,7 @@ There are two types of video events represented by different kinds: horizontal a | |||
| 16 | 16 | ||
| 17 | #### Format | 17 | #### Format |
| 18 | 18 | ||
| 19 | The format uses a parameterized replaceable event kind `34235` for horizontal videos and `34236` for vertical videos. | 19 | The format uses an _addressable event_ kind `34235` for horizontal videos and `34236` for vertical videos. |
| 20 | 20 | ||
| 21 | The `.content` of these events is a summary or description on the video content. | 21 | The `.content` of these events is a summary or description on the video content. |
| 22 | 22 | ||
| @@ -91,14 +91,14 @@ A video event view is a response to a video event to track a user's view or prog | |||
| 91 | 91 | ||
| 92 | ### Format | 92 | ### Format |
| 93 | 93 | ||
| 94 | The format uses a parameterized replaceable event kind `34237`. | 94 | The format uses an _addressable event_ kind `34237`. |
| 95 | 95 | ||
| 96 | The `.content` of these events is optional and could be a free-form note that acts like a bookmark for the user. | 96 | The `.content` of these events is optional and could be a free-form note that acts like a bookmark for the user. |
| 97 | 97 | ||
| 98 | The list of tags are as follows: | 98 | The list of tags are as follows: |
| 99 | * `a` (required) reference tag to kind `34235` or `34236` video event being viewed | 99 | * `a` (required) reference tag to kind `34235` or `34236` video event being viewed |
| 100 | * `d` (required) same as `a` reference tag value | 100 | * `d` (required) same as `a` reference tag value |
| 101 | * `viewed` (optional, repeated) timestamp of the user's start time in seconds, timestamp of the user's end time in seconds | 101 | * `viewed` (optional, repeated) timestamp of the user's start time in seconds, timestamp of the user's end time in seconds |
| 102 | 102 | ||
| 103 | 103 | ||
| 104 | ```json | 104 | ```json |