diff --git a/22.md b/22.md index b96d512e..8e6ca966 100644 --- a/22.md +++ b/22.md @@ -16,17 +16,12 @@ The content of these events `MUST` be of a specified **MIME type** in a correspo The list of tags are as follows: -`d` (required) universally unique identifier (UUID). Generated by the client creating the smart widget event. - -`m` (required) allows clients to easily know **MIME type** before proceeding it. - -`title` (optional) title of the smart widget. - -`summary` (optional) description of the smart widget and its usage. - -`client` (optional) reference for the used client for creating the smart widget according to [NIP-89](../master/89.md). - -`published_at` (optional) Publishing time of the smart widget differs from the created_at for edited smart widgets. +- `d` (required) universally unique identifier (UUID). Generated by the client creating the smart widget event. +- `m` (required) allows clients to easily know **MIME type** before proceeding it. +- `title` (optional) title of the smart widget. +- `summary` (optional) description of the smart widget and its usage. +- `client` (optional) reference for the used client for creating the smart widget according to [NIP-89](../master/89.md). +- `published_at` (optional) Publishing time of the smart widget differs from the created_at for edited smart widgets. ``` { @@ -36,7 +31,7 @@ The list of tags are as follows: "kind": 30031, "content": , "tags": [ - ["d", "UUID"], + ["d", ""], ["m", ], ["title", ""], ["summary", "<description of smart widget event>"],