We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c36b30c + 705d806 commit 5daad96Copy full SHA for 5daad96
1 file changed
lib/sb3_schema.json
@@ -45,7 +45,7 @@
45
},
46
"md5ext": {
47
"type": "string",
48
- "pattern": "^[a-fA-F0-9]{32}.[a-zA-Z]+$"
+ "pattern": "^[a-fA-F0-9]{32}\\.[a-zA-Z]+$"
49
50
"name": {
51
"type": "string"
@@ -79,7 +79,7 @@
79
80
81
82
- "pattern": "^[a-fA-F0-9]{32}.[a-zA-Z0-9]+$"
+ "pattern": "^[a-fA-F0-9]{32}\\.[a-zA-Z0-9]+$"
83
84
85
@@ -413,11 +413,11 @@
413
"properties": {
414
"semver": {
415
416
- "pattern": "^(3.[0-9]+.[0-9]+)$"
+ "pattern": "^(3\\.[0-9]+\\.[0-9]+)$"
417
418
"vm": {
419
420
- "pattern": "^([0-9]+.[0-9]+.[0-9]+)($|-)"
+ "pattern": "^([0-9]+\\.[0-9]+\\.[0-9]+)($|-)"
421
422
"agent": {
423
0 commit comments