summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/phpfpm/config_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/phpfpm/config_schema.json')
-rw-r--r--src/go/collectors/go.d.plugin/modules/phpfpm/config_schema.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/phpfpm/config_schema.json b/src/go/collectors/go.d.plugin/modules/phpfpm/config_schema.json
index 60cc0ae528..23928430f4 100644
--- a/src/go/collectors/go.d.plugin/modules/phpfpm/config_schema.json
+++ b/src/go/collectors/go.d.plugin/modules/phpfpm/config_schema.json
@@ -41,7 +41,10 @@
"type": "string"
},
"headers": {
- "type": "object",
+ "type": [
+ "object",
+ "null"
+ ],
"additionalProperties": {
"type": "string"
}