diff options
Diffstat (limited to 'schemas/config/2.0.schema.json')
-rw-r--r-- | schemas/config/2.0.schema.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json index 003e1305..e03d4998 100644 --- a/schemas/config/2.0.schema.json +++ b/schemas/config/2.0.schema.json @@ -231,8 +231,9 @@ "default": "prometheus" } }, - "oneOf": [ + "anyOf": [ { + "type": "object", "properties": { "address": { "description": "Server metrics address", |