diff options
author | Valery Piashchynski <[email protected]> | 2022-01-30 16:00:39 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-01-30 16:00:39 +0300 |
commit | de316433cbf827043452210b779de39163f334e9 (patch) | |
tree | 6c2172976592799b11c883966c1dab6a2630cafd /schemas | |
parent | 59184d5c4f55146789abc6a1981bce958f5c2673 (diff) |
remove server as required for the yaml config
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/config/2.0.schema.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json index 76b8f94d..cd9ade13 100644 --- a/schemas/config/2.0.schema.json +++ b/schemas/config/2.0.schema.json @@ -5,9 +5,6 @@ "type": "object", "additionalProperties": true, "minProperties": 1, - "required": [ - "server" - ], "properties": { "rpc": { "type": "object", |