Skip to content

Commit d146258

Browse files
committed
JSON Schema: Escape character class -
1 parent e9a4123 commit d146258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/code_ocean/remote-evaluation.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"properties": {
99
"validation_token": {
1010
"type": "string",
11-
"pattern": "^[A-Za-z0-9-_=]+$"
11+
"pattern": "^[A-Za-z0-9\\-_=]+$"
1212
},
1313
"files_attributes": {
1414
"type": "object",

0 commit comments

Comments
 (0)