Require tags to have at least one string

fixes #1193
This commit is contained in:
Leo Wandersleb
2024-04-24 12:18:27 -04:00
committed by GitHub
parent cab47cf0f1
commit 9b7883e98b

2
01.md
View File

@@ -56,7 +56,7 @@ To prevent implementation differences from creating a different event ID for the
### Tags ### Tags
Each tag is an array of strings of arbitrary size, with some conventions around them. Take a look at the example below: Each tag is an array of one or more strings, with some conventions around them. Take a look at the example below:
```jsonc ```jsonc
{ {