We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c2ba1 commit f379878Copy full SHA for f379878
schema.json
@@ -8,7 +8,7 @@
8
"properties": {
9
"title": {
10
"type": "string",
11
- "pattern": "^[ a-zA-Z0-9\\-+()\/,.<]*$"
+ "pattern": "^[ a-zA-Z0-9\\-+()\/,.<&:]*$"
12
},
13
"description": {
14
"type": "string"
@@ -39,7 +39,7 @@
39
40
41
42
- "pattern": "^[ a-zA-Z0-9\\-+()\/,.<\\?]*$",
+ "pattern": "^[ a-zA-Z0-9\\-+()\/,.<\\?&:]*$",
43
"minLength": 3
44
45
"caption": {
@@ -72,7 +72,7 @@
72
73
74
75
- "pattern": "^[ a-zA-Z0-9\\-+()\/,.<]*$",
+ "pattern": "^[ a-zA-Z0-9\\-+()\/,.<&:]*$",
76
77
78
0 commit comments