diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-11-18 09:13:12 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-11-18 09:13:12 -0300 |
| commit | 5dcfe85306434f21ecb1e7a47edd92b2e3e64f9a (patch) | |
| tree | 4fff8694238b3ae5e692a8480869ad1266b95be4 /32.md | |
| parent | b0df71824f9967130b54150b64cc70fa94bffec2 (diff) | |
reformat a bunch of json things and small nitpicks.
Diffstat (limited to '32.md')
| -rw-r--r-- | 32.md | 9 |
1 files changed, 7 insertions, 2 deletions
| @@ -64,7 +64,8 @@ A suggestion that multiple pubkeys be associated with the `permies` topic. | |||
| 64 | ["l", "permies", "#t"], | 64 | ["l", "permies", "#t"], |
| 65 | ["p", <pubkey1>, <relay_url>], | 65 | ["p", <pubkey1>, <relay_url>], |
| 66 | ["p", <pubkey2>, <relay_url>] | 66 | ["p", <pubkey2>, <relay_url>] |
| 67 | ] | 67 | ], |
| 68 | ... | ||
| 68 | } | 69 | } |
| 69 | ``` | 70 | ``` |
| 70 | 71 | ||
| @@ -78,7 +79,8 @@ A report flagging violence toward a human being as defined by ontology.example.c | |||
| 78 | ["l", "VI-hum", "com.example.ontology"], | 79 | ["l", "VI-hum", "com.example.ontology"], |
| 79 | ["p", <pubkey1>, <relay_url>], | 80 | ["p", <pubkey1>, <relay_url>], |
| 80 | ["p", <pubkey2>, <relay_url>] | 81 | ["p", <pubkey2>, <relay_url>] |
| 81 | ] | 82 | ], |
| 83 | ... | ||
| 82 | } | 84 | } |
| 83 | ``` | 85 | ``` |
| 84 | 86 | ||
| @@ -92,6 +94,7 @@ A moderation suggestion for a chat event. | |||
| 92 | ["l", "approve", "nip28.moderation"], | 94 | ["l", "approve", "nip28.moderation"], |
| 93 | ["e", <kind40_event_id>, <relay_url>] | 95 | ["e", <kind40_event_id>, <relay_url>] |
| 94 | ], | 96 | ], |
| 97 | ... | ||
| 95 | } | 98 | } |
| 96 | ``` | 99 | ``` |
| 97 | 100 | ||
| @@ -105,6 +108,7 @@ Assignment of a license to an event. | |||
| 105 | ["l", "MIT", "license"], | 108 | ["l", "MIT", "license"], |
| 106 | ["e", <event_id>, <relay_url>] | 109 | ["e", <event_id>, <relay_url>] |
| 107 | ], | 110 | ], |
| 111 | ... | ||
| 108 | } | 112 | } |
| 109 | ``` | 113 | ``` |
| 110 | 114 | ||
| @@ -119,6 +123,7 @@ is labeling their note as being related to Milan, Italy using ISO 3166-2. | |||
| 119 | ["l", "IT-MI", "ISO-3166-2"] | 123 | ["l", "IT-MI", "ISO-3166-2"] |
| 120 | ], | 124 | ], |
| 121 | "content": "It's beautiful here in Milan!", | 125 | "content": "It's beautiful here in Milan!", |
| 126 | ... | ||
| 122 | } | 127 | } |
| 123 | ``` | 128 | ``` |
| 124 | 129 | ||