diff options
| -rw-r--r-- | 71.md | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -26,7 +26,6 @@ The list of tags are as follows: | |||
| 26 | * `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. | 26 | * `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. |
| 27 | * `title` (required) title of the video | 27 | * `title` (required) title of the video |
| 28 | * `"published_at"`, for the timestamp in unix seconds (stringified) of the first time the video was published | 28 | * `"published_at"`, for the timestamp in unix seconds (stringified) of the first time the video was published |
| 29 | * `summary` (optional) summary/description of the video (same as `.content`) | ||
| 30 | * `"aes-256-gcm"` (optional) key and nonce for AES-GCM encryption with tagSize always 128bits | 29 | * `"aes-256-gcm"` (optional) key and nonce for AES-GCM encryption with tagSize always 128bits |
| 31 | * `x` containing the SHA-256 hexencoded string of the file. | 30 | * `x` containing the SHA-256 hexencoded string of the file. |
| 32 | * `size` (optional) size of file in bytes | 31 | * `size` (optional) size of file in bytes |
| @@ -55,7 +54,6 @@ The list of tags are as follows: | |||
| 55 | ["d", "<UUID>"], | 54 | ["d", "<UUID>"], |
| 56 | 55 | ||
| 57 | ["title", "<title of video>"], | 56 | ["title", "<title of video>"], |
| 58 | ["summary", "<summary of video>"], | ||
| 59 | ["thumb", "<thumbnail image for video>"], | 57 | ["thumb", "<thumbnail image for video>"], |
| 60 | ["published_at", "<unix timestamp>"], | 58 | ["published_at", "<unix timestamp>"], |
| 61 | ["alt", <description>], | 59 | ["alt", <description>], |