diff options
| author | Leo Wandersleb <leo@leowandersleb.de> | 2024-04-24 12:18:27 -0400 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2024-04-30 22:33:30 -0300 |
| commit | 88246c27414d11983dced414462b2be2d010fad8 (patch) | |
| tree | 977220cda01ff919046ccdd384ee3e6bc9838209 /01.md | |
| parent | bad8826211ca2eb8660e4bd68b292d14616d3669 (diff) | |
Require tags to have at least one string
fixes #1193
Diffstat (limited to '01.md')
| -rw-r--r-- | 01.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -56,7 +56,7 @@ To prevent implementation differences from creating a different event ID for the | |||
| 56 | 56 | ||
| 57 | ### Tags | 57 | ### Tags |
| 58 | 58 | ||
| 59 | Each tag is an array of strings of arbitrary size, with some conventions around them. Take a look at the example below: | 59 | Each tag is an array of one or more strings, with some conventions around them. Take a look at the example below: |
| 60 | 60 | ||
| 61 | ```jsonc | 61 | ```jsonc |
| 62 | { | 62 | { |