diff options
| author | hodlbod <jstaab@protonmail.com> | 2024-09-03 13:56:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-03 13:56:56 -0700 |
| commit | c02b161d9ed8f2edb7633b467ad2dd25252ed55c (patch) | |
| tree | 0a9198bac9d1976cf0744c30516400ee5cff26aa /94.md | |
| parent | 378dfaa5dbf44bd1f17fd70f8727b636b7c99239 (diff) | |
| parent | c8dc1eadffe0ff894ec39e291c5b28bb18e6db9e (diff) | |
Merge pull request #1477 from kehiy/jsonc
format(all): JSON formatting
Diffstat (limited to '94.md')
| -rw-r--r-- | 94.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 | ||