diff options
| author | Asai Toshiya <to.asai.60@gmail.com> | 2023-09-08 21:11:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-08 09:11:38 -0300 |
| commit | e3504024a279ae896394254f08c56a64d6722d97 (patch) | |
| tree | 2c7a34b1522af5a6b9bec1210287a8276461c331 | |
| parent | c567f2e4d6fa4e79585e83b6e6d9313217295582 (diff) | |
Clarify character case of m tag value (#767)
| -rw-r--r-- | 94.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -13,7 +13,7 @@ The purpose of this NIP is to allow an organization and classification of shared | |||
| 13 | This NIP specifies the use of the `1063` event type, having in `content` a description of the file content, and a list of tags described below: | 13 | This NIP specifies the use of the `1063` event type, having in `content` a description of the file content, and a list of tags described below: |
| 14 | 14 | ||
| 15 | * `url` the url to download the file | 15 | * `url` the url to download the file |
| 16 | * `m` a string indicating the data type of the file. The MIME types format must be used (https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) | 16 | * `m` a string indicating the data type of the file. The [MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) format must be used, and they should be lowercase. |
| 17 | * `"aes-256-gcm"` (optional) key and nonce for AES-GCM encryption with tagSize always 128bits | 17 | * `"aes-256-gcm"` (optional) key and nonce for AES-GCM encryption with tagSize always 128bits |
| 18 | * `x` containing the SHA-256 hexencoded string of the file. | 18 | * `x` containing the SHA-256 hexencoded string of the file. |
| 19 | * `size` (optional) size of file in bytes | 19 | * `size` (optional) size of file in bytes |