Skip to content

Commit

Permalink
error msg edit
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Dec 13, 2024
1 parent ea42005 commit c608a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v4.0.1/tasks-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@
"properties": {
"round_id": {
"pattern": "^([0-9]{4}-[0-9]{2}-[0-9]{2})$|^[A-Za-z0-9_]+$",
"errorMessage": "The 'round_id' must match either an ISO date format (YYYY-MM-DD) or alphanumeric characters with underscores."
"errorMessage": "The 'round_id' must match either an ISO date format (YYYY-MM-DD) or alphanumeric characters separated by underscores."
}
}
},
Expand Down

0 comments on commit c608a8b

Please sign in to comment.