diff options
| author | kehiy <kehiiiiya@gmail.com> | 2024-09-03 20:41:31 +0330 |
|---|---|---|
| committer | kehiy <kehiiiiya@gmail.com> | 2024-09-03 20:41:31 +0330 |
| commit | e6552476aa2e5ca7256be572a9aa226ec8a022ee (patch) | |
| tree | 46f14902bd2bfb85e5f3369ece456c46b697b1a2 /65.md | |
| parent | b4a2561df7325b8624bc5ffad154ec946ade2f1e (diff) | |
format(all): json formatting
Diffstat (limited to '65.md')
| -rw-r--r-- | 65.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -12,7 +12,7 @@ The event MUST include a list of `r` tags with relay URIs and a `read` or `write | |||
| 12 | 12 | ||
| 13 | The `.content` is not used. | 13 | The `.content` is not used. |
| 14 | 14 | ||
| 15 | ```json | 15 | ```jsonc |
| 16 | { | 16 | { |
| 17 | "kind": 10002, | 17 | "kind": 10002, |
| 18 | "tags": [ | 18 | "tags": [ |
| @@ -22,7 +22,7 @@ The `.content` is not used. | |||
| 22 | ["r", "wss://nostr-relay.example.com", "read"] | 22 | ["r", "wss://nostr-relay.example.com", "read"] |
| 23 | ], | 23 | ], |
| 24 | "content": "", | 24 | "content": "", |
| 25 | ...other fields | 25 | // other fields... |
| 26 | } | 26 | } |
| 27 | ``` | 27 | ``` |
| 28 | 28 | ||