From e35a1bebbc7a5e10970d2dbc9d07a88ee876bfbf Mon Sep 17 00:00:00 2001 From: Rosano <1680612+rosano@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:48:05 +0100 Subject: [PATCH] Quote values (#2057) Co-authored-by: Vitor Pamplona --- 71.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/71.md b/71.md index d3b09253..4f07d488 100644 --- a/71.md +++ b/71.md @@ -85,15 +85,15 @@ Additionally `service nip96` may be included to allow clients to search the auth ```jsonc { - "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, - "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, + "id": "<32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>", + "pubkey": "<32-bytes lowercase hex-encoded public key of the event creator>", "created_at": , "kind": 21 | 22, "content": "", "tags": [ ["title", ""], ["published_at", "<unix timestamp>"], - ["alt", <description>], + ["alt", "<description>"], // video Data ["imeta", @@ -108,7 +108,7 @@ Additionally `service nip96` may be included to allow clients to search the auth "service nip96", ], - ["duration", <duration of video in seconds>], + ["duration", "<duration of video in seconds>"], ["text-track", "<encoded `kind 6000` event>", "<recommended relay urls>"], ["content-warning", "<reason>"], ["segment", <start>, <end>, "<title>", "<thumbnail URL>"],