mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 15:09:07 -05:00
Update 96.md
This commit is contained in:
parent
e6552476aa
commit
c8dc1eadff
4
96.md
4
96.md
|
@ -143,7 +143,7 @@ The upload response is a json object as follows:
|
|||
// and, optionally, all file metadata the server wants to make available
|
||||
//
|
||||
// nip94_event field is absent if unsuccessful upload
|
||||
"nip94_event2":{
|
||||
"nip94_event2": {
|
||||
// Required tags: "url" and "ox"
|
||||
"tags": [
|
||||
// Can be same from /.well-known/nostr/nip96.json's "download_url" field
|
||||
|
@ -166,7 +166,7 @@ The upload response is a json object as follows:
|
|||
// The server can but does not need to store this value.
|
||||
["x", "543244319525d9d08dd69cb716a18158a249b7b3b3ec4bbde5435543acb34443"],
|
||||
// Optional. Recommended for helping clients to easily know file type before downloading it.
|
||||
["m", "image/png"]
|
||||
["m", "image/png"],
|
||||
// Optional. Recommended for helping clients to reserve an adequate UI space to show the file before downloading it.
|
||||
["dim", "800x600"]
|
||||
// ... other optional NIP-94 tags
|
||||
|
|
Loading…
Reference in New Issue
Block a user