mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
NIP-90: consistency changes
This commit is contained in:
parent
ad019ee067
commit
4b9f13d983
4
90.md
4
90.md
|
@ -43,7 +43,7 @@ A request to process data, published by a customer. This event signals that an c
|
||||||
"tags": [
|
"tags": [
|
||||||
[ "i", "<data>", "<input-type>", "<relay>", "<marker>" ],
|
[ "i", "<data>", "<input-type>", "<relay>", "<marker>" ],
|
||||||
[ "output", "<mime-type>" ],
|
[ "output", "<mime-type>" ],
|
||||||
[ "relays", "wss://..."],
|
[ "relays", "wss://..." ],
|
||||||
[ "bid", "<msat-amount>" ],
|
[ "bid", "<msat-amount>" ],
|
||||||
[ "t", "bitcoin" ]
|
[ "t", "bitcoin" ]
|
||||||
]
|
]
|
||||||
|
@ -162,7 +162,7 @@ Service Providers MAY use NIP-89 announcements to advertise their support for jo
|
||||||
\"about\": \"I'm a DVM specialized in translating Bitcoin content.\"
|
\"about\": \"I'm a DVM specialized in translating Bitcoin content.\"
|
||||||
}",
|
}",
|
||||||
"tags": [
|
"tags": [
|
||||||
[ "k", 5005 ], // e.g. translation
|
[ "k", "5005" ], // e.g. translation
|
||||||
[ "t", "bitcoin" ] // e.g. optionally advertises it specializes in bitcoin audio transcription that won't confuse "Drivechains" with "Ridechains"
|
[ "t", "bitcoin" ] // e.g. optionally advertises it specializes in bitcoin audio transcription that won't confuse "Drivechains" with "Ridechains"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user