Skip to content

Commit

Permalink
JSON Schema: Escape character class -
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSerth committed Oct 11, 2024
1 parent e9a4123 commit d146258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/code_ocean/remote-evaluation.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"properties": {
"validation_token": {
"type": "string",
"pattern": "^[A-Za-z0-9-_=]+$"
"pattern": "^[A-Za-z0-9\\-_=]+$"
},
"files_attributes": {
"type": "object",
Expand Down

0 comments on commit d146258

Please sign in to comment.