upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--71.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/71.md b/71.md
index d3b0925..4f07d48 100644
--- a/71.md
+++ b/71.md
@@ -85,15 +85,15 @@ Additionally `service nip96` may be included to allow clients to search the auth
85 85
86```jsonc 86```jsonc
87{ 87{
88 "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, 88 "id": "<32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>",
89 "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, 89 "pubkey": "<32-bytes lowercase hex-encoded public key of the event creator>",
90 "created_at": <Unix timestamp in seconds>, 90 "created_at": <Unix timestamp in seconds>,
91 "kind": 21 | 22, 91 "kind": 21 | 22,
92 "content": "<summary / description of video>", 92 "content": "<summary / description of video>",
93 "tags": [ 93 "tags": [
94 ["title", "<title of video>"], 94 ["title", "<title of video>"],
95 ["published_at", "<unix timestamp>"], 95 ["published_at", "<unix timestamp>"],
96 ["alt", <description>], 96 ["alt", "<description>"],
97 97
98 // video Data 98 // video Data
99 ["imeta", 99 ["imeta",
@@ -108,7 +108,7 @@ Additionally `service nip96` may be included to allow clients to search the auth
108 "service nip96", 108 "service nip96",
109 ], 109 ],
110 110
111 ["duration", <duration of video in seconds>], 111 ["duration", "<duration of video in seconds>"],
112 ["text-track", "<encoded `kind 6000` event>", "<recommended relay urls>"], 112 ["text-track", "<encoded `kind 6000` event>", "<recommended relay urls>"],
113 ["content-warning", "<reason>"], 113 ["content-warning", "<reason>"],
114 ["segment", <start>, <end>, "<title>", "<thumbnail URL>"], 114 ["segment", <start>, <end>, "<title>", "<thumbnail URL>"],