diff options
author | Valery Piashchynski <[email protected]> | 2022-09-13 12:32:10 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-09-13 12:32:10 +0200 |
commit | 343c5be977b1ca8d1cad0b821cf3cd38d49974ef (patch) | |
tree | a455a1f3e3bf01f3d4802456367ffd082dbf14e6 /schemas/config/2.0.schema.json | |
parent | 3f73c3934a036ba5311f1feff701602a4960a2e1 (diff) |
update 2.0.schema
Signed-off-by: Valery Piashchynski <[email protected]>
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", |