We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e79439 + fad2ee5 commit 3e5fafdCopy full SHA for 3e5fafd
tools/config/definitions.json
@@ -29,11 +29,7 @@
29
"type": "object",
30
"patternProperties": {
31
"\\*": {
32
- "type": "object",
33
- "patternProperties": {
34
- ".*\\..*": {}
35
- },
36
- "additionalProperties": false
+ "$ref": "#/target_override_entry"
37
},
38
"^\\S+$": {
39
"$ref": "#/target_override_entry"
@@ -69,6 +65,7 @@
69
65
70
66
"config_parameter_short": {
71
67
"type": [
68
+ "array",
72
"string",
73
"integer",
74
"boolean",
@@ -88,7 +85,15 @@
88
85
"target_override_entry": {
89
86
90
87
91
- "^\\S+$": {}
+ "^\\S+$": {
+ "type": [
+ "string",
92
+ "integer",
93
+ "boolean",
94
+ "null"
95
+ ]
96
+ }
97
98
"additionalProperties": false
99
}
0 commit comments