diff options
Diffstat (limited to '05.md')
| -rw-r--r-- | 05.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -16,12 +16,12 @@ The result should be a JSON document object with a key `"names"` that should the | |||
| 16 | 16 | ||
| 17 | If a client sees an event like this: | 17 | If a client sees an event like this: |
| 18 | 18 | ||
| 19 | ```json | 19 | ```jsonc |
| 20 | { | 20 | { |
| 21 | "pubkey": "b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9", | 21 | "pubkey": "b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9", |
| 22 | "kind": 0, | 22 | "kind": 0, |
| 23 | "content": "{\"name\": \"bob\", \"nip05\": \"bob@example.com\"}" | 23 | "content": "{\"name\": \"bob\", \"nip05\": \"bob@example.com\"}" |
| 24 | ... | 24 | // other fields... |
| 25 | } | 25 | } |
| 26 | ``` | 26 | ``` |
| 27 | 27 | ||