diff options
| author | Semisol <45574030+Semisol@users.noreply.github.com> | 2023-10-31 00:21:53 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-31 00:21:53 +0300 |
| commit | 4b9f13d983245e4dd166f102308afc28b8bb1603 (patch) | |
| tree | 4271cec57c486e0f782ba4bd7b0d6d87d96c34ee /90.md | |
| parent | ad019ee0670c766b467028e7a55994cea4093a4a (diff) | |
NIP-90: consistency changes
Diffstat (limited to '90.md')
| -rw-r--r-- | 90.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -43,7 +43,7 @@ A request to process data, published by a customer. This event signals that an c | |||
| 43 | "tags": [ | 43 | "tags": [ |
| 44 | [ "i", "<data>", "<input-type>", "<relay>", "<marker>" ], | 44 | [ "i", "<data>", "<input-type>", "<relay>", "<marker>" ], |
| 45 | [ "output", "<mime-type>" ], | 45 | [ "output", "<mime-type>" ], |
| 46 | [ "relays", "wss://..."], | 46 | [ "relays", "wss://..." ], |
| 47 | [ "bid", "<msat-amount>" ], | 47 | [ "bid", "<msat-amount>" ], |
| 48 | [ "t", "bitcoin" ] | 48 | [ "t", "bitcoin" ] |
| 49 | ] | 49 | ] |
| @@ -162,10 +162,10 @@ Service Providers MAY use NIP-89 announcements to advertise their support for jo | |||
| 162 | \"about\": \"I'm a DVM specialized in translating Bitcoin content.\" | 162 | \"about\": \"I'm a DVM specialized in translating Bitcoin content.\" |
| 163 | }", | 163 | }", |
| 164 | "tags": [ | 164 | "tags": [ |
| 165 | [ "k", 5005 ], // e.g. translation | 165 | [ "k", "5005" ], // e.g. translation |
| 166 | [ "t", "bitcoin" ] // e.g. optionally advertises it specializes in bitcoin audio transcription that won't confuse "Drivechains" with "Ridechains" | 166 | [ "t", "bitcoin" ] // e.g. optionally advertises it specializes in bitcoin audio transcription that won't confuse "Drivechains" with "Ridechains" |
| 167 | ] | 167 | ] |
| 168 | } | 168 | } |
| 169 | ``` | 169 | ``` |
| 170 | 170 | ||
| 171 | Customers can use NIP-89 to see what service providers their follows use. \ No newline at end of file | 171 | Customers can use NIP-89 to see what service providers their follows use. |