mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 08:25:53 -05:00
Add summary
This commit is contained in:
parent
bc53923335
commit
1642fd4cf9
3
82.md
3
82.md
|
@ -13,10 +13,11 @@ This NIP defines kind 32267 to represent a software application.
|
||||||
```jsonc
|
```jsonc
|
||||||
{
|
{
|
||||||
"kind": 32267,
|
"kind": 32267,
|
||||||
"content": "<description>", // Description of the application, markdown is allowed
|
"content": "<description>", // Full description of the application, markdown is allowed
|
||||||
"tags": [
|
"tags": [
|
||||||
["d", "<app-id>"], // Usually reverse domain notation: com.example.app
|
["d", "<app-id>"], // Usually reverse domain notation: com.example.app
|
||||||
["name", "<human-readable project name>"], // Name: Example App
|
["name", "<human-readable project name>"], // Name: Example App
|
||||||
|
["summary", "<summary-text>"], // Summary, short description: An app that does example
|
||||||
["icon", "<icon-url>"], // Icon URL
|
["icon", "<icon-url>"], // Icon URL
|
||||||
["image", "<image-url>"], // Image URL, can be used multiple times
|
["image", "<image-url>"], // Image URL, can be used multiple times
|
||||||
["t", "<tag>"], // Tags related to the application, can be used multiple times
|
["t", "<tag>"], // Tags related to the application, can be used multiple times
|
||||||
|
|
Loading…
Reference in New Issue
Block a user