upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/94.md
diff options
context:
space:
mode:
authorkehiy <kehiiiiya@gmail.com>2024-09-03 20:41:31 +0330
committerkehiy <kehiiiiya@gmail.com>2024-09-03 20:41:31 +0330
commite6552476aa2e5ca7256be572a9aa226ec8a022ee (patch)
tree46f14902bd2bfb85e5f3369ece456c46b697b1a2 /94.md
parentb4a2561df7325b8624bc5ffad154ec946ade2f1e (diff)
format(all): json formatting
Diffstat (limited to '94.md')
-rw-r--r--94.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/94.md b/94.md
index e35dfa1..a057cb2 100644
--- a/94.md
+++ b/94.md
@@ -27,7 +27,7 @@ This NIP specifies the use of the `1063` event type, having in `content` a descr
27* `alt` (optional) description for accessibility 27* `alt` (optional) description for accessibility
28* `fallback` (optional) zero or more fallback file sources in case `url` fails 28* `fallback` (optional) zero or more fallback file sources in case `url` fails
29 29
30```json 30```jsonc
31{ 31{
32 "kind": 1063, 32 "kind": 1063,
33 "tags": [ 33 "tags": [
@@ -46,7 +46,7 @@ This NIP specifies the use of the `1063` event type, having in `content` a descr
46 ["alt", <description>] 46 ["alt", <description>]
47 ], 47 ],
48 "content": "<caption>", 48 "content": "<caption>",
49 ... 49 // other fields...
50} 50}
51``` 51```
52 52