mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Removing "summary" tag
Content in the summary tag is duplicated in the .content field
This commit is contained in:
parent
f316b219f4
commit
54328d8979
2
71.md
2
71.md
|
@ -26,7 +26,6 @@ The list of tags are as follows:
|
|||
* `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.
|
||||
* `title` (required) title of the video
|
||||
* `"published_at"`, for the timestamp in unix seconds (stringified) of the first time the video was published
|
||||
* `summary` (optional) summary/description of the video (same as `.content`)
|
||||
* `"aes-256-gcm"` (optional) key and nonce for AES-GCM encryption with tagSize always 128bits
|
||||
* `x` containing the SHA-256 hexencoded string of the file.
|
||||
* `size` (optional) size of file in bytes
|
||||
|
@ -55,7 +54,6 @@ The list of tags are as follows:
|
|||
["d", "<UUID>"],
|
||||
|
||||
["title", "<title of video>"],
|
||||
["summary", "<summary of video>"],
|
||||
["thumb", "<thumbnail image for video>"],
|
||||
["published_at", "<unix timestamp>"],
|
||||
["alt", <description>],
|
||||
|
|
Loading…
Reference in New Issue
Block a user