mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-09 16:24: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
6
72.md
6
72.md
|
|
@ -35,7 +35,7 @@ The goal of this NIP is to enable public communities. It defines the replaceable
|
|||
["relay", "<relay where to send and receive approvals>", "approvals"],
|
||||
["relay", "<relay where to post requests to and fetch approvals from>"]
|
||||
],
|
||||
...
|
||||
// other fields...
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -50,7 +50,7 @@ Any Nostr event can be posted to a community. Clients MUST add one or more commu
|
|||
["a", "34550:<community event author pubkey>:<community-d-identifier>", "<optional-relay-url>"],
|
||||
],
|
||||
"content": "hello world",
|
||||
// ...
|
||||
// other fields...
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -75,7 +75,7 @@ Moderators MAY request deletion of their approval of a post at any time using [N
|
|||
["k", "<post-request-kind>"]
|
||||
],
|
||||
"content": "<the full approved event, JSON-encoded>",
|
||||
// ...
|
||||
// other fields...
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue