summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-09-13 12:32:10 +0200
committerValery Piashchynski <[email protected]>2022-09-13 12:32:10 +0200
commit343c5be977b1ca8d1cad0b821cf3cd38d49974ef (patch)
treea455a1f3e3bf01f3d4802456367ffd082dbf14e6 /schemas
parent3f73c3934a036ba5311f1feff701602a4960a2e1 (diff)
update 2.0.schema
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'schemas')
-rw-r--r--schemas/config/2.0.schema.json3
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",