diff options
| author | Leo Wandersleb <leo@leowandersleb.de> | 2024-04-24 12:18:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 12:18:27 -0400 |
| commit | 9b7883e98b892db176c1528ada25b4b062438b1b (patch) | |
| tree | 77a33da1995763b2eedc906e9edf583860f46141 /01.md | |
| parent | cab47cf0f179f578bf9d3be0e61a5a2224053f33 (diff) | |
Require tags to have at least one stringpreventEmptyTags
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 | { |