diff options
| author | Asai Toshiya <to.asai.60@gmail.com> | 2024-04-03 13:09:22 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-03 13:09:22 +0900 |
| commit | ca97490cdf4d499752bee2fa589514e2a474419b (patch) | |
| tree | 0384e44da28ed17f931748a2709874b2844f345c /58.md | |
| parent | af5d4074886916877c350dbdfec61e62a9875255 (diff) | |
NIP-58: minor JSON fix
Diffstat (limited to '58.md')
| -rw-r--r-- | 58.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -83,7 +83,7 @@ Clients SHOULD attempt to render the most appropriate badge thumbnail according | |||
| 83 | ["name", "Medal of Bravery"], | 83 | ["name", "Medal of Bravery"], |
| 84 | ["description", "Awarded to users demonstrating bravery"], | 84 | ["description", "Awarded to users demonstrating bravery"], |
| 85 | ["image", "https://nostr.academy/awards/bravery.png", "1024x1024"], | 85 | ["image", "https://nostr.academy/awards/bravery.png", "1024x1024"], |
| 86 | ["thumb", "https://nostr.academy/awards/bravery_256x256.png", "256x256"], | 86 | ["thumb", "https://nostr.academy/awards/bravery_256x256.png", "256x256"] |
| 87 | ], | 87 | ], |
| 88 | ... | 88 | ... |
| 89 | } | 89 | } |
| @@ -99,7 +99,7 @@ Clients SHOULD attempt to render the most appropriate badge thumbnail according | |||
| 99 | "tags": [ | 99 | "tags": [ |
| 100 | ["a", "30009:alice:bravery"], | 100 | ["a", "30009:alice:bravery"], |
| 101 | ["p", "bob", "wss://relay"], | 101 | ["p", "bob", "wss://relay"], |
| 102 | ["p", "charlie", "wss://relay"], | 102 | ["p", "charlie", "wss://relay"] |
| 103 | ], | 103 | ], |
| 104 | ... | 104 | ... |
| 105 | } | 105 | } |
| @@ -117,7 +117,7 @@ Honorable Bob The Brave: | |||
| 117 | ["a", "30009:alice:bravery"], | 117 | ["a", "30009:alice:bravery"], |
| 118 | ["e", "<bravery badge award event id>", "wss://nostr.academy"], | 118 | ["e", "<bravery badge award event id>", "wss://nostr.academy"], |
| 119 | ["a", "30009:alice:honor"], | 119 | ["a", "30009:alice:honor"], |
| 120 | ["e", "<honor badge award event id>", "wss://nostr.academy"], | 120 | ["e", "<honor badge award event id>", "wss://nostr.academy"] |
| 121 | ], | 121 | ], |
| 122 | ... | 122 | ... |
| 123 | } | 123 | } |