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 /36.md | |
| parent | b0df71824f9967130b54150b64cc70fa94bffec2 (diff) | |
reformat a bunch of json things and small nitpicks.
Diffstat (limited to '36.md')
| -rw-r--r-- | 36.md | 26 |
1 files changed, 13 insertions, 13 deletions
| @@ -24,18 +24,18 @@ options: | |||
| 24 | 24 | ||
| 25 | ```json | 25 | ```json |
| 26 | { | 26 | { |
| 27 | "pubkey": "<pub-key>", | 27 | "pubkey": "<pub-key>", |
| 28 | "created_at": 1000000000, | 28 | "created_at": 1000000000, |
| 29 | "kind": 1, | 29 | "kind": 1, |
| 30 | "tags": [ | 30 | "tags": [ |
| 31 | ["t", "hastag"], | 31 | ["t", "hastag"], |
| 32 | ["L", "content-warning"], | 32 | ["L", "content-warning"], |
| 33 | ["l", "reason", "content-warning"], | 33 | ["l", "reason", "content-warning"], |
| 34 | ["L", "social.nos.ontology"], | 34 | ["L", "social.nos.ontology"], |
| 35 | ["l", "NS-nud", "social.nos.ontology"], | 35 | ["l", "NS-nud", "social.nos.ontology"], |
| 36 | ["content-warning", "reason"] /* reason is optional */ | 36 | ["content-warning", "<optional reason>"] |
| 37 | ], | 37 | ], |
| 38 | "content": "sensitive content with #hastag\n", | 38 | "content": "sensitive content with #hastag\n", |
| 39 | "id": "<event-id>" | 39 | "id": "<event-id>" |
| 40 | } | 40 | } |
| 41 | ``` | 41 | ``` |