fix(go.d/filecheck): remove dyncfg path validation pattern (#19815)
fix(go.d/filecheck): remove pattern for dyncfg path validation
Ilya Mashchenko committed
Mar 10, 2025 at 13:50 UTC
de71509c3f9e3cd82427967d672cf12b4b7a6b24
1 file changed
+4
-8
src/go/plugin/go.d/collector/filecheck/config_schema.json
+4
-8
@@ -35,8 +35,7 @@
35
],
36
"items": {
37
"title": "Filepath",
38
- "type": "string",
39
- "pattern": "^$|^/"
38
+ "type": "string"
39
},
40
"uniqueItems": true
41
},
@@ -49,8 +48,7 @@
48
],
49
"items": {
50
"title": "Filepath",
52
- "type": "string",
53
- "pattern": "^$|^/"
51
+ "type": "string"
52
},
53
"uniqueItems": true
54
}
@@ -82,8 +80,7 @@
80
],
81
"items": {
82
"title": "Directory",
85
- "type": "string",
86
- "pattern": "^$|^/"
83
+ "type": "string"
84
},
85
"uniqueItems": true
86
},
@@ -96,8 +93,7 @@
93
],
94
"items": {
95
"title": "Directory",
99
- "type": "string",
100
- "pattern": "^$|^/"
96
+ "type": "string"
97
},
98
"uniqueItems": true
99
}