data/schema
niclaz 73df1f40e7
Updated schema - replaced regex pattern for country in index.yaml
The previous regex pattern under country was `^\\w{2}$` and this seemed to not work with the submission of two letter country codes

replaced it with the regex `^[a-z]{2}$` which is used for the same two letter code within the schema already
2024-09-05 16:16:05 +02:00
..
index.yaml Updated schema - replaced regex pattern for country in index.yaml 2024-09-05 16:16:05 +02:00