mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-10 00:34:32 +00:00
format(all): json formatting
This commit is contained in:
parent
b4a2561df7
commit
e6552476aa
36 changed files with 206 additions and 194 deletions
4
65.md
4
65.md
|
|
@ -12,7 +12,7 @@ The event MUST include a list of `r` tags with relay URIs and a `read` or `write
|
|||
|
||||
The `.content` is not used.
|
||||
|
||||
```json
|
||||
```jsonc
|
||||
{
|
||||
"kind": 10002,
|
||||
"tags": [
|
||||
|
|
@ -22,7 +22,7 @@ The `.content` is not used.
|
|||
["r", "wss://nostr-relay.example.com", "read"]
|
||||
],
|
||||
"content": "",
|
||||
...other fields
|
||||
// other fields...
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue