Skip to content

Commit e35a1be

Browse files
Quote values (#2057)
Co-authored-by: Vitor Pamplona <[email protected]>
1 parent 8b541fe commit e35a1be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

71.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ Additionally `service nip96` may be included to allow clients to search the auth
8585

8686
```jsonc
8787
{
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>,
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>",
9090
"created_at": <Unix timestamp in seconds>,
9191
"kind": 21 | 22,
9292
"content": "<summary / description of video>",
9393
"tags": [
9494
["title", "<title of video>"],
9595
["published_at", "<unix timestamp>"],
96-
["alt", <description>],
96+
["alt", "<description>"],
9797

9898
// video Data
9999
["imeta",
@@ -108,7 +108,7 @@ Additionally `service nip96` may be included to allow clients to search the auth
108108
"service nip96",
109109
],
110110

111-
["duration", <duration of video in seconds>],
111+
["duration", "<duration of video in seconds>"],
112112
["text-track", "<encoded `kind 6000` event>", "<recommended relay urls>"],
113113
["content-warning", "<reason>"],
114114
["segment", <start>, <end>, "<title>", "<thumbnail URL>"],

0 commit comments

Comments
 (0)