Skip to content

Commit

Permalink
talentida-2023_24: fix add any science option
Browse files Browse the repository at this point in the history
  • Loading branch information
krtko1 committed Sep 18, 2023
1 parent 5193340 commit f959ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/event.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "array",
"items": {
"type": "string",
"enum": ["mat", "fyz", "inf", "other"]
"enum": ["mat", "fyz", "inf", "other", "any"]
},
"minItems": 1,
"uniqueItems": true
Expand Down

0 comments on commit f959ce7

Please sign in to comment.