diff options
Diffstat (limited to '90.md')
| -rw-r--r-- | 90.md | 4 |
1 files changed, 2 insertions, 2 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 | ] |
| @@ -216,7 +216,7 @@ Service Providers MAY use NIP-89 announcements to advertise their support for jo | |||
| 216 | \"about\": \"I'm a DVM specialized in translating Bitcoin content.\" | 216 | \"about\": \"I'm a DVM specialized in translating Bitcoin content.\" |
| 217 | }", | 217 | }", |
| 218 | "tags": [ | 218 | "tags": [ |
| 219 | [ "k", 5005 ], // e.g. translation | 219 | [ "k", "5005" ], // e.g. translation |
| 220 | [ "t", "bitcoin" ] // e.g. optionally advertises it specializes in bitcoin audio transcription that won't confuse "Drivechains" with "Ridechains" | 220 | [ "t", "bitcoin" ] // e.g. optionally advertises it specializes in bitcoin audio transcription that won't confuse "Drivechains" with "Ridechains" |
| 221 | ] | 221 | ] |
| 222 | } | 222 | } |