diff options
| -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. |