diff options
| -rw-r--r-- | 96.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -143,7 +143,7 @@ The upload response is a json object as follows: | |||
| 143 | // and, optionally, all file metadata the server wants to make available | 143 | // and, optionally, all file metadata the server wants to make available |
| 144 | // | 144 | // |
| 145 | // nip94_event field is absent if unsuccessful upload | 145 | // nip94_event field is absent if unsuccessful upload |
| 146 | "nip94_event2":{ | 146 | "nip94_event2": { |
| 147 | // Required tags: "url" and "ox" | 147 | // Required tags: "url" and "ox" |
| 148 | "tags": [ | 148 | "tags": [ |
| 149 | // Can be same from /.well-known/nostr/nip96.json's "download_url" field | 149 | // 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: | |||
| 166 | // The server can but does not need to store this value. | 166 | // The server can but does not need to store this value. |
| 167 | ["x", "543244319525d9d08dd69cb716a18158a249b7b3b3ec4bbde5435543acb34443"], | 167 | ["x", "543244319525d9d08dd69cb716a18158a249b7b3b3ec4bbde5435543acb34443"], |
| 168 | // Optional. Recommended for helping clients to easily know file type before downloading it. | 168 | // Optional. Recommended for helping clients to easily know file type before downloading it. |
| 169 | ["m", "image/png"] | 169 | ["m", "image/png"], |
| 170 | // Optional. Recommended for helping clients to reserve an adequate UI space to show the file before downloading it. | 170 | // Optional. Recommended for helping clients to reserve an adequate UI space to show the file before downloading it. |
| 171 | ["dim", "800x600"] | 171 | ["dim", "800x600"] |
| 172 | // ... other optional NIP-94 tags | 172 | // ... other optional NIP-94 tags |